PHP 클래스 Crunz\Console\Command\ScheduleListCommand

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

공개 메소드들

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

메소드 상세

collectTaskFiles() 공개 메소드

Collect all task files
public collectTaskFiles ( 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