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

_execute() protected method

protected _execute ( )
    protected function _execute()
    {
        $this->light->setRed();
    }
SwitchRed