izzum\examples\trafficlight\rules\CanSwitch::_applies PHP Method

_applies() protected method

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();
    }