PHP 클래스 Liip\RMT\Command\InitCommand

상속: extends BaseCommand
파일 보기 프로젝트 열기: liip/rmt

보호된 프로퍼티들

프로퍼티 타입 설명
$commandPath
$configPath
$executablePath
$informationCollector Liip\RMT\Information\InformationCollector

공개 메소드들

메소드 설명
getConfigData ( )

보호된 메소드들

메소드 설명
buildPaths ( $configPath = null )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

buildPaths() 보호된 메소드

protected buildPaths ( $configPath = null )

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getConfigData() 공개 메소드

public getConfigData ( )

initialize() 보호된 메소드

protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

interact() 보호된 메소드

protected interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

프로퍼티 상세

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

protected $commandPath

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

protected $configPath

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

protected $executablePath

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

protected InformationCollector,Liip\RMT\Information $informationCollector
리턴 Liip\RMT\Information\InformationCollector