Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
App
Area
FrontNameResolverFactory.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\App\Area
;
7
17
class
FrontNameResolverFactory
18
{
22
protected
$_objectManager
;
23
27
public
function
__construct
(\
Magento
\Framework\
ObjectManagerInterface
$objectManager
)
28
{
29
$this->_objectManager =
$objectManager
;
30
}
31
38
public
function
create
(
$className
)
39
{
40
return
$this->_objectManager->create(
$className
);
41
}
42
}
$objectManager
$objectManager
Definition:
bootstrap.php:17
Magento\Framework\App\Area\FrontNameResolverFactory\$_objectManager
$_objectManager
Definition:
FrontNameResolverFactory.php:22
Magento\Framework\ObjectManagerInterface
Definition:
ObjectManagerInterface.php:12
Magento\Framework\App\Area\FrontNameResolverFactory\__construct
__construct(\Magento\Framework\ObjectManagerInterface $objectManager)
Definition:
FrontNameResolverFactory.php:27
Magento\Framework\App\Area\FrontNameResolverFactory\create
create($className)
Definition:
FrontNameResolverFactory.php:38
Magento\Framework\App\Area
Definition:
FrontNameResolverFactory.php:6
Magento\Framework\App\Area\FrontNameResolverFactory
Definition:
FrontNameResolverFactory.php:17
Magento
$className
if($currentSelectedMethod==$_code) $className
Definition:
form.phtml:31