izzum\rules\AndRule::__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;
    }