Step
class Step (View source)
A Step within a Sequence
Properties
protected string | $identifier | ||
protected mixed | $callback |
Methods
__construct(string $identifier, mixed $callback)
No description
string
getIdentifier()
No description
Details
__construct(string $identifier, mixed $callback)
No description
void
__invoke(Bootstrap $bootstrap)
Invokes / executes this step
string
getIdentifier()
No description