PHP Class Symfony\Installer\DemoCommand

Author: Javier Eguiluz ([email protected])
Inheritance: extends DownloadCommand
Show file Open project: symfony/symfony-installer

Protected Methods

Method 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

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

getDownloadedApplicationType() protected method

getRemoteFileUrl() protected method

protected getRemoteFileUrl ( )

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