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

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Datei anzeigen Open project: netz98/n98-magerun

Protected Properties

Property Type Description
$_configNodes array
$_configNodesWithExceptions array

Protected Methods

Method 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 method

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 method

protected _parse ( array $nodes, Mage_Core_Model_Store $store, $withExceptions = false ) : array
$nodes array
$store Mage_Core_Model_Store
return array

_parseException() protected method

protected _parseException ( $node, Mage_Core_Model_Store $store ) : string
$store Mage_Core_Model_Store
return string

configure() protected method

protected configure ( )

execute() protected method

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
return integer | void

Property Details

$_configNodes protected_oe property

protected array $_configNodes
return array

$_configNodesWithExceptions protected_oe property

protected array $_configNodesWithExceptions
return array