izzum\examples\trafficlight\rules\CanSwitch::_applies PHP Метод

_applies() защищенный Метод

overriden method with the correct implementation for our domain logic {@inheritDoc}
protected _applies ( )
    protected function _applies()
    {
        echo $this->light->toString();
        return (bool) $this->light->isReadyToSwitch();
    }