izzum\examples\trafficlight\command\SwitchGreen::_execute PHP Method

_execute() protected method

protected _execute ( )
    protected function _execute()
    {
        $this->light->setGreen();
    }
SwitchGreen