GDS\Mapper\ProtoBufGQLParser::recordLimit PHP Method

recordLimit() private method

Record the limit
private recordLimit ( $arr ) : string
$arr
return string
    private function recordLimit($arr)
    {
        list($this->int_limit, $this->str_end_cursor) = $this->getIntStringFromValue($this->lookupToken($arr['limit']));
        return '';
    }