PHP Class Symfony\Installer\AboutCommand

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

Méthodes publiques

Méthode Description
__construct ( string $appVersion ) Constructor.

Méthodes protégées

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

Private Methods

Méthode Description
getExecutedCommand ( ) : string Returns the executed command.

Method Details

__construct() public méthode

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

configure() protected méthode

protected configure ( )

execute() protected méthode

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