PHP Class Yosymfony\Spress\Command\SelfUpdateCommand

Author: Victor Puertas ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: spress/spress

Protected Methods

Method Description
configure ( )
downloadRemoteFilename ( $remoteFilename )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getManifestFile ( )
isInstalledAsPhar ( ) : boolean Is installed Spress as Phar file?

Method Details

configure() protected method

protected configure ( )

downloadRemoteFilename() protected method

protected downloadRemoteFilename ( $remoteFilename )

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

getManifestFile() protected method

protected getManifestFile ( )

isInstalledAsPhar() protected method

Is installed Spress as Phar file?
protected isInstalledAsPhar ( ) : boolean
return boolean