PHP Класс N98\Magento\Command\Developer\Module\Dependencies\OnCommand

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

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
findModuleDependencies ( string $moduleName, boolean $recursive = false ) : array Find dependencies of given module $moduleName.

Приватные методы

Метод Описание
sortDependencies ( array $a, array $b ) : integer Sort dependencies list by module name ascending

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

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

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

If $recursive = true, dependencies will be collected recursively for all module dependencies
protected findModuleDependencies ( string $moduleName, boolean $recursive = false ) : array
$moduleName string
$recursive boolean
Результат array