Свойство | Тип | Описание | |
---|---|---|---|
$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 |
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 |
protected array $modules | ||
Результат | array |