PHP 클래스 Magestead\Command\NewCommand

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: richdynamix/magestead

보호된 프로퍼티들

프로퍼티 타입 설명
$_basePath
$_msConfig
$_projectPath

보호된 메소드들

메소드 설명
configure ( )
configureProject ( array $options, Symfony\Component\Console\Output\OutputInterface $output )
copyConfigFiles ( $source, $target, Symfony\Component\Console\Output\OutputInterface $output )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : Magento2Project | MagentoProject
getConfigFile ( Symfony\Component\Console\Output\OutputInterface $output ) : mixed
saveConfigFile ( array $config, Symfony\Component\Console\Output\OutputInterface $output )
setProject ( Symfony\Component\Console\Input\InputInterface $input ) : mixed
setupProject ( Symfony\Component\Console\Output\OutputInterface $output, $options )

메소드 상세

configure() 보호된 메소드

protected configure ( )

configureProject() 보호된 메소드

protected configureProject ( array $options, Symfony\Component\Console\Output\OutputInterface $output )
$options array
$output Symfony\Component\Console\Output\OutputInterface

copyConfigFiles() 보호된 메소드

protected copyConfigFiles ( $source, $target, Symfony\Component\Console\Output\OutputInterface $output )
$source
$target
$output Symfony\Component\Console\Output\OutputInterface

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : Magento2Project | MagentoProject
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 Magestead\Installers\Magento2Project | Magestead\Installers\MagentoProject

getConfigFile() 보호된 메소드

protected getConfigFile ( Symfony\Component\Console\Output\OutputInterface $output ) : mixed
$output Symfony\Component\Console\Output\OutputInterface
리턴 mixed

saveConfigFile() 보호된 메소드

protected saveConfigFile ( array $config, Symfony\Component\Console\Output\OutputInterface $output )
$config array
$output Symfony\Component\Console\Output\OutputInterface

setProject() 보호된 메소드

protected setProject ( Symfony\Component\Console\Input\InputInterface $input ) : mixed
$input Symfony\Component\Console\Input\InputInterface
리턴 mixed

setupProject() 보호된 메소드

protected setupProject ( Symfony\Component\Console\Output\OutputInterface $output, $options )
$output Symfony\Component\Console\Output\OutputInterface
$options

프로퍼티 상세

$_basePath 보호되어 있는 프로퍼티

protected $_basePath

$_msConfig 보호되어 있는 프로퍼티

protected $_msConfig

$_projectPath 보호되어 있는 프로퍼티

protected $_projectPath