PHP Class Pickle\Console\Command\InstallerCommand

Inheritance: extends Pickle\Base\Abstracts\Console\Command\BuildCommand
Show file Open project: friendsofphp/pickle

Protected Methods

Method Description
binaryInstallWindows ( string $path, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
sourceInstall ( $package, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $optionsValue = [], $force_opts = '' ) * The most of this needs to be incapsulated into an extra Build class

Method Details

binaryInstallWindows() protected method

protected binaryInstallWindows ( string $path, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$path string
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

sourceInstall() protected method

* The most of this needs to be incapsulated into an extra Build class
protected sourceInstall ( $package, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $optionsValue = [], $force_opts = '' )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface