CallbackStep
in package
implements
StepInterface
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- CallbackStep constructor.
- getSig() : mixed
- isValid() : mixed
- run() : mixed
Properties
$callback
private
mixed
$callback
$sig
private
mixed
$sig
Methods
__construct()
CallbackStep constructor.
public
__construct(mixed $callback[, mixed $sig = NULL ]) : mixed
Parameters
- $callback : mixed
- $sig : mixed = NULL
getSig()
public
getSig() : mixed
isValid()
public
isValid() : mixed
run()
public
run(mixed $ctx) : mixed
Parameters
- $ctx : mixed