StepEvent
extends Event
in package
Table of Contents
Properties
- $step : Step
- $test : TestInterface
Methods
- __construct() : mixed
- getStep() : mixed
- getTest() : TestInterface
Properties
$step
protected
Step
$step
$test
protected
TestInterface
$test
Methods
__construct()
public
__construct(TestInterface $test, Step $step) : mixed
Parameters
- $test : TestInterface
- $step : Step
getStep()
public
getStep() : mixed
getTest()
public
getTest() : TestInterface