class Usage (View source)

Methods

__construct(string $name, string|null $description = null)

No description

static 
handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Details

__construct(string $name, string|null $description = null)

No description

Parameters

string $name

The example command.

string|null $description

A one line description.

static handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Parameters

ReflectionAttribute $attribute
CommandInfo $commandInfo