PHP Class Deployer\Console\InitCommand

Author: Vitaliy Zhuk ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: elfet/deployer

Public Methods

Method Description
__construct ( string $name = null ) Construct

Protected Methods

Method Description
configure ( ) {@inheritDoc}
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) {@inheritDoc}

Private Methods

Method Description
createInitializer ( ) : Initializer Create a initializer system

Method Details

__construct() public method

Construct
public __construct ( string $name = null )
$name string

configure() protected method

{@inheritDoc}
protected configure ( )

execute() protected method

{@inheritDoc}
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