class Step (View source)

A Step within a Sequence

Properties

protected string $identifier
protected mixed $callback

Methods

__construct(string $identifier, mixed $callback)

No description

void
__invoke(Bootstrap $bootstrap)

Invokes / executes this step

string
getIdentifier()

No description

Details

__construct(string $identifier, mixed $callback)

No description

Parameters

string $identifier
mixed $callback

void __invoke(Bootstrap $bootstrap)

Invokes / executes this step

Parameters

Bootstrap $bootstrap

Return Value

void

string getIdentifier()

No description

Return Value

string