class Command (View source)

Methods

__construct(string $name, array $aliases = [])

No description

static 
handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Details

__construct(string $name, array $aliases = [])

No description

Parameters

string $name

The name of the command or hook.

array $aliases

An array of alternative names for this item.

static handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Parameters

ReflectionAttribute $attribute
CommandInfo $commandInfo