Happyr\DoctrineSpecification\Filter\InstanceOfX::__construct PHP Method

__construct() public method

public __construct ( string $value, string | null $dqlAlias = null )
$value string
$dqlAlias string | null
    public function __construct($value, $dqlAlias = null)
    {
        $this->dqlAlias = $dqlAlias;
        $this->value = $value;
    }