PHP Class Crunz\Console\Command\ScheduleListCommand

Inheritance: extends Command, use trait Crunz\Configuration\Configurable
Datei anzeigen Open project: lavary/crunz

Public Methods

Method Description
collectTaskFiles ( string $source ) : Iterator Collect all task files

Protected Methods

Method Description
configure ( ) Configures the current command
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer Executes the current command

Method Details

collectTaskFiles() public method

Collect all task files
public collectTaskFiles ( string $source ) : Iterator
$source string
return Iterator

configure() protected method

Configures the current command
protected configure ( )

execute() protected method

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
return null | integer null or 0 if everything went fine, or an error code