PHP 클래스 N98\Magento\Command\Developer\Module\Dependencies\AbstractCommand

상속: extends N98\Magento\Command\AbstractMagentoCommand
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 프로퍼티들

프로퍼티 타입 설명
$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