Ddd\Domain\Specification\OrSpecification::__construct PHP Method

__construct() public method

public __construct ( Ddd\Domain\Specification\Specification $one, Ddd\Domain\Specification\Specification $other )
$one Ddd\Domain\Specification\Specification
$other Ddd\Domain\Specification\Specification
    public function __construct(Specification $one, Specification $other)
    {
        $this->one = $one;
        $this->other = $other;
    }