PHP Класс Pickle\Console\Command\InstallerCommand

Наследование: extends Pickle\Base\Abstracts\Console\Command\BuildCommand
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Описание методов

binaryInstallWindows() защищенный Метод

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 configure ( )

execute() защищенный Метод

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() защищенный Метод

* 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