Ouzo\Db\EmptyQueryExecutor::fetchIterator PHP Method

fetchIterator() public method

public fetchIterator ( )
    public function fetchIterator()
    {
        return new ArrayIterator(array());
    }