GDS\Mapper\ProtoBufGQLParser::recordOffset PHP Method

recordOffset() private method

Record the offset
private recordOffset ( $arr ) : string
$arr
return string
    private function recordOffset($arr)
    {
        list($this->int_offset, $this->str_start_cursor) = $this->getIntStringFromValue($this->lookupToken($arr['offset']));
        return '';
    }