PHP Class Liip\RMT\Command\InitCommand

Inheritance: extends BaseCommand
Datei anzeigen Open project: liip/rmt

Protected Properties

Property Type Description
$commandPath
$configPath
$executablePath
$informationCollector Liip\RMT\Information\InformationCollector

Public Methods

Method Description
getConfigData ( )

Protected Methods

Method Description
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 )

Method Details

buildPaths() protected method

protected buildPaths ( $configPath = null )

configure() protected method

protected configure ( )

execute() protected method

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 method

public getConfigData ( )

initialize() protected method

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 method

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

Property Details

$commandPath protected_oe property

protected $commandPath

$configPath protected_oe property

protected $configPath

$executablePath protected_oe property

protected $executablePath

$informationCollector protected_oe property

protected InformationCollector,Liip\RMT\Information $informationCollector
return Liip\RMT\Information\InformationCollector