class TasksCommand extends Command (View source)

Command that runs sake list tasks under the hood to list all of the available tasks.

Useful when you have too many tasks to show in the main commands list.

Note the description is blue so it stands out, to avoid developers missing it if they add a new task and suddenly they don't see the tasks in their main commands list anymore.

Methods

public
__construct()

No description

public
void
setApplication(Application|null $application)

No description

public
void
complete(CompletionInput $input, CompletionSuggestions $suggestions)

No description

public
bool
isHidden()

No description

protected
int
execute(InputInterface $input, OutputInterface $output)

No description

protected
configure()

No description

Details

__construct()

No description

void setApplication(Application|null $application)

No description

Parameters

Application|null $application

Return Value

void

void complete(CompletionInput $input, CompletionSuggestions $suggestions)

No description

Parameters

CompletionInput $input
CompletionSuggestions $suggestions

Return Value

void

bool isHidden()

No description

Return Value

bool

protected int execute(InputInterface $input, OutputInterface $output)

No description

Parameters

InputInterface $input
OutputInterface $output

Return Value

int

protected configure()

No description