PHP Class N98\Magento\Command\Developer\Theme\InfoCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Afficher le fichier Open project: netz98/n98-magerun

Protected Properties

Свойство Type Description
$_configNodes array
$_configNodesWithExceptions array

Méthodes protégées

Méthode Description
_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

Method Details

_displayTable() protected méthode

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 méthode

protected _parse ( array $nodes, Mage_Core_Model_Store $store, $withExceptions = false ) : array
$nodes array
$store Mage_Core_Model_Store
Résultat array

_parseException() protected méthode

protected _parseException ( $node, Mage_Core_Model_Store $store ) : string
$store Mage_Core_Model_Store
Résultat string

configure() protected méthode

protected configure ( )

execute() protected méthode

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
Résultat integer | void

Property Details

$_configNodes protected_oe property

protected array $_configNodes
Résultat array

$_configNodesWithExceptions protected_oe property

protected array $_configNodesWithExceptions
Résultat array