Метод |
Описание |
|
cleanUp ( string $zipFile ) |
Clean-up the Zip file. |
|
configure ( ) : void |
Configure the command options. |
|
download ( string $zipFile, string $version = 'master' ) |
Download the temporary Zip to the given file. |
|
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void |
Execute the command. |
|
extract ( string $zipFile, string $directory ) |
Extract the Zip file into the given directory. |
|
findComposer ( ) : string |
Get the composer command for the environment. |
|
getVersion ( Symfony\Component\Console\Input\InputInterface $input ) : string |
Get the version that should be downloaded. |
|
makeFilename ( ) : string |
Generate a random temporary filename. |
|
verifyApplicationDoesntExist ( string $directory ) : void |
Verify that the application does not already exist. |
|