PHP Класс N98\Magento\Command\Developer\Theme\InfoCommand

Наследование: extends N98\Magento\Command\AbstractMagentoCommand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_configNodes array
$_configNodesWithExceptions array

Защищенные методы

Метод Описание
_displayTable ( Symfony\Component\Console\Output\OutputInterface $output, Mage_Core_Model_Store $store )
_parse ( array $nodes, Mage_Core_Model_Store $store, $withExceptions = false ) : array
_parseException ( $node, Mage_Core_Model_Store $store ) : string
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Описание методов

_displayTable() защищенный Метод

protected _displayTable ( Symfony\Component\Console\Output\OutputInterface $output, Mage_Core_Model_Store $store )
$output Symfony\Component\Console\Output\OutputInterface
$store Mage_Core_Model_Store

_parse() защищенный Метод

protected _parse ( array $nodes, Mage_Core_Model_Store $store, $withExceptions = false ) : array
$nodes array
$store Mage_Core_Model_Store
Результат array

_parseException() защищенный Метод

protected _parseException ( $node, Mage_Core_Model_Store $store ) : string
$store Mage_Core_Model_Store
Результат string

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer | void

Описание свойств

$_configNodes защищенное свойство

protected array $_configNodes
Результат array

$_configNodesWithExceptions защищенное свойство

protected array $_configNodesWithExceptions
Результат array