izzum\rules\Rule::xorRule PHP Метод

xorRule() закрытый публичный Метод

This means one of the rules should apply but not both.
final public xorRule ( Rule $other ) : Rule
$other Rule
Результат Rule
    public final function xorRule(Rule $other)
    {
        return new XorRule($this, $other);
    }