Jackalope\Query\QueryResult::getRows PHP Method

getRows() public method

{@inheritDoc}
public getRows ( )
    public function getRows()
    {
        return $this->factory->get('Query\\RowIterator', array($this->objectmanager, $this->rows));
    }