class Console implements ExtenderInterface

Properties

protected array $addCommands
protected array $scheduled

Methods

command(string $command)

No description

schedule(string $command, callable|string $callback, array $args = [])

No description

void
extend(Container $container, Extension|null $extension = null)

No description

Details

Console command(string $command)

Parameters

string $command

Return Value

Console

Console schedule(string $command, callable|string $callback, array $args = [])

Parameters

string $command
callable|string $callback
array $args

Return Value

Console

void extend(Container $container, Extension|null $extension = null)

Parameters

Container $container
Extension|null $extension

Return Value

void