Property | Type | Description | |
---|---|---|---|
$modules | array | Array of magento modules found in config |
Method | Description | |
---|---|---|
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. |
Method | Description | |
---|---|---|
sortDependencies ( array $a, array $b ) : integer | Sort dependencies list by module name ascending |
protected array $modules | ||
return | array |