izzum\rules\XorRule::__construct PHP Метод

__construct() публичный Метод

public __construct ( Rule $original, Rule $other )
$original Rule
$other Rule
    public function __construct(Rule $original, Rule $other)
    {
        $this->original = $original;
        $this->other = $other;
    }