class Kernel (View source)

Methods

__construct(string $name)

No description

static void
handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Details

__construct(string $name)

No description

Parameters

string $name

The kernel name.

static void handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Parameters

ReflectionAttribute $attribute
CommandInfo $commandInfo

Return Value

void