Neos\Flow\Persistence\EmptyQueryResult::getQuery PHP Method

getQuery() public method

Returns a clone of the query object
public getQuery ( ) : Neos\Flow\Persistence\QueryInterface
return Neos\Flow\Persistence\QueryInterface
    public function getQuery()
    {
        return $this->query;
    }