PHP Class Symfony\Installer\AboutCommand

Author: Javier Eguiluz ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: symfony/symfony-installer

Public Methods

Method Description
__construct ( string $appVersion ) Constructor.

Protected Methods

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

Private Methods

Method Description
getExecutedCommand ( ) : string Returns the executed command.

Method Details

__construct() public method

Constructor.
public __construct ( string $appVersion )
$appVersion string The current version of the Symfony installer

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