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

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

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

Свойство Тип Описание
$modules array Array of magento modules found in config

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

Метод Описание
configure ( ) Configure command
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | 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() защищенный Метод

Configure command
protected configure ( )

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

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

findModuleDependencies() абстрактный защищенный Метод

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

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

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

Array of magento modules found in config
protected array $modules
Результат array