PHP Class izzum\examples\trafficlight\command\Switcher

Inheritance: extends izzum\command\Command
Show file Open project: rolfvreijdenberger/izzum-statemachine

Protected Properties

Property Type Description
$light izzum\examples\trafficlight\TrafficLight

Public Methods

Method Description
__construct ( TrafficLight $light )

Method Details

__construct() public method

public __construct ( TrafficLight $light )
$light izzum\examples\trafficlight\TrafficLight

Property Details

$light protected property

protected TrafficLight,izzum\examples\trafficlight $light
return izzum\examples\trafficlight\TrafficLight