PHP 클래스 Pickle\Console\Command\InstallerCommand

상속: extends Pickle\Base\Abstracts\Console\Command\BuildCommand
파일 보기 프로젝트 열기: friendsofphp/pickle

보호된 메소드들

메소드 설명
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