PHP 클래스 Magestead\Command\ProcessCommand

파일 보기 프로젝트 열기: richdynamix/magestead

공개 메소드들

메소드 설명
__construct ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output ) ProcessCommand constructor.

보호된 메소드들

메소드 설명
run ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

__construct() 공개 메소드

ProcessCommand constructor.
public __construct ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$command
$projectPath
$output Symfony\Component\Console\Output\OutputInterface

run() 보호된 메소드

protected run ( $command, $projectPath, Symfony\Component\Console\Output\OutputInterface $output )
$command
$projectPath
$output Symfony\Component\Console\Output\OutputInterface