Jackalope\Query\QueryResult::getRows PHP 메소드

getRows() 공개 메소드

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