PHP 클래스 Crunz\Console\Command\ScheduleRunCommand

상속: extends Command, use trait Crunz\Configuration\Configurable
파일 보기 프로젝트 열기: lavary/crunz

보호된 프로퍼티들

프로퍼티 타입 설명
$runningEvents array Running tasks

보호된 메소드들

메소드 설명
collectFiles ( string $source ) : Iterator Collect all task files
configure ( ) Configures the current command
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer Executes the current command

메소드 상세

collectFiles() 보호된 메소드

Collect all task files
protected collectFiles ( string $source ) : Iterator
$source string
리턴 Iterator

configure() 보호된 메소드

Configures the current command
protected configure ( )

execute() 보호된 메소드

Executes the current command
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 null | integer null or 0 if everything went fine, or an error code

프로퍼티 상세

$runningEvents 보호되어 있는 프로퍼티

Running tasks
protected array $runningEvents
리턴 array