izzum\rules\ExceptionSupressor::_applies PHP Méthode

_applies() public méthode

public _applies ( )
    public function _applies()
    {
        try {
            $output = (bool) $this->decoree->applies();
        } catch (Exception $e) {
            $output = $this->supressed_result;
        }
        return $output;
    }
ExceptionSupressor