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
module-backend
Model
Menu
AbstractDirector.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Backend\Model\Menu
;
7
12
abstract
class
AbstractDirector
13
{
18
protected
$_commandFactory
;
19
23
public
function
__construct
(\
Magento
\Backend\Model\
Menu
\
Builder
\CommandFactory
$factory
)
24
{
25
$this->_commandFactory =
$factory
;
26
}
27
36
abstract
public
function
direct
(
37
array
$config
,
38
\
Magento
\Backend\Model\
Menu
\
Builder
$builder,
39
\Psr\Log\LoggerInterface
$logger
40
);
41
}
$config
$config
Definition:
fraud_order.php:17
Magento\Backend\Model\Menu\AbstractDirector
Definition:
AbstractDirector.php:12
Magento\Backend\Model\Menu\AbstractDirector\__construct
__construct(\Magento\Backend\Model\Menu\Builder\CommandFactory $factory)
Definition:
AbstractDirector.php:23
$logger
$logger
Definition:
health_check.php:20
Magento\Backend\Model\Menu
Definition:
Menu.php:20
Magento\Backend\Model\Menu\AbstractDirector\direct
direct(array $config, \Magento\Backend\Model\Menu\Builder $builder, \Psr\Log\LoggerInterface $logger)
Magento\Backend\Model\Menu\Builder
Definition:
Builder.php:14
Magento\Backend\Model\Menu\AbstractDirector\$_commandFactory
$_commandFactory
Definition:
AbstractDirector.php:18
Magento
$factory
$factory
Definition:
category_multiple_stores.php:10
Magento\Backend\Model\Menu
Definition:
AbstractDirector.php:6