izzum\rules\AndRule::__construct PHP Method

__construct() public method

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