Happyr\DoctrineSpecification\Query\QueryModifierCollection::__construct PHP Method

__construct() public method

Construct it with one or more instances of QueryModifier.
public __construct ( )
    public function __construct()
    {
        $this->children = func_get_args();
    }
QueryModifierCollection