PHP Class Symfony\Installer\DemoCommand

Author: Javier Eguiluz ([email protected])
Inheritance: extends DownloadCommand
Afficher le fichier Open project: symfony/symfony-installer

Méthodes protégées

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

Private Methods

Méthode Description
cleanUp ( ) Removes all the temporary files and directories created to download the demo application.
displayInstallationResult ( ) It displays the message with the result of installing the Symfony Demo application and provides some pointers to the user.

Method Details

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

getDownloadedApplicationType() protected méthode

getRemoteFileUrl() protected méthode

protected getRemoteFileUrl ( )

initialize() protected méthode

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