GDS\Mapper\ProtoBufGQLParser::recordOffset PHP Метод

recordOffset() приватный Метод

Record the offset
private recordOffset ( $arr ) : string
$arr
Результат string
    private function recordOffset($arr)
    {
        list($this->int_offset, $this->str_start_cursor) = $this->getIntStringFromValue($this->lookupToken($arr['offset']));
        return '';
    }