Pheasant\Database\Mysqli\ResultIterator::_fetch PHP Method

_fetch() private method

Template for fetching the array
private _fetch ( )
    private function _fetch()
    {
        return isset($this->_hydrator) ? call_user_func($this->_hydrator, $this->_result->fetch_array(MYSQLI_ASSOC)) : $this->_result->fetch_array(MYSQLI_ASSOC);
    }