Lines Matching refs:this

39       $data = $this->__call('get', array($params));
40 if ($this->useObjects()) {
56 $data = $this->__call('insert', array($params));
57 if ($this->useObjects()) {
75 $data = $this->__call('list', array($params));
76 if ($this->useObjects()) {
106 $this->servicePath = 'urlshortener/v1/';
107 $this->version = 'v1';
108 $this->serviceName = 'urlshortener';
110 $client->addService($this->serviceName, $this->version);
111 …$this->url = new Google_UrlServiceResource($this, $this->serviceName, 'url', json_decode('{"method…
134 $this->assertIsArray($browsers, 'Google_StringCount', __METHOD__);
135 $this->browsers = $browsers;
138 return $this->browsers;
141 $this->assertIsArray($countries, 'Google_StringCount', __METHOD__);
142 $this->countries = $countries;
145 return $this->countries;
148 $this->longUrlClicks = $longUrlClicks;
151 return $this->longUrlClicks;
154 $this->assertIsArray($platforms, 'Google_StringCount', __METHOD__);
155 $this->platforms = $platforms;
158 return $this->platforms;
161 $this->assertIsArray($referrers, 'Google_StringCount', __METHOD__);
162 $this->referrers = $referrers;
165 return $this->referrers;
168 $this->shortUrlClicks = $shortUrlClicks;
171 return $this->shortUrlClicks;
192 $this->allTime = $allTime;
195 return $this->allTime;
198 $this->day = $day;
201 return $this->day;
204 $this->month = $month;
207 return $this->month;
210 $this->twoHours = $twoHours;
213 return $this->twoHours;
216 $this->week = $week;
219 return $this->week;
227 $this->count = $count;
230 return $this->count;
233 $this->id = $id;
236 return $this->id;
250 $this->analytics = $analytics;
253 return $this->analytics;
256 $this->created = $created;
259 return $this->created;
262 $this->id = $id;
265 return $this->id;
268 $this->kind = $kind;
271 return $this->kind;
274 $this->longUrl = $longUrl;
277 return $this->longUrl;
280 $this->status = $status;
283 return $this->status;
296 $this->assertIsArray($items, 'Google_Url', __METHOD__);
297 $this->items = $items;
300 return $this->items;
303 $this->itemsPerPage = $itemsPerPage;
306 return $this->itemsPerPage;
309 $this->kind = $kind;
312 return $this->kind;
315 $this->nextPageToken = $nextPageToken;
318 return $this->nextPageToken;
321 $this->totalItems = $totalItems;
324 return $this->totalItems;