PHP Class N98\Magento\Command\Developer\Module\Observer\ListCommand

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

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
getObserver ( array $observer, string $area ) : string get observer string (list entry)

Private Methods

Method Description
getObserverType ( array $observer, string $area ) : string

Method Details

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

getObserver() protected method

get observer string (list entry)
protected getObserver ( array $observer, string $area ) : string
$observer array
$area string
return string