Bravo3\Orm\Query\QueryResult::offsetGet PHP Метод

offsetGet() публичный Метод

Retrieve the entity at position $offset
public offsetGet ( integer $offset ) : object
$offset integer
Результат object
    public function offsetGet($offset)
    {
        return $this->getEntityById($this->id_list[$offset]);
    }