Pheasant\Database\Mysqli\ResultSet::offsetGet PHP Méthode

offsetGet() public méthode

array access
public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        $this->getIterator()->seek($offset);
        return $this->getIterator()->current();
    }