Lines Matching refs:this

36       $data = $this->__call('delete', array($params));
49 $data = $this->__call('get', array($params));
50 if ($this->useObjects()) {
66 $data = $this->__call('insert', array($params));
67 if ($this->useObjects()) {
85 $data = $this->__call('list', array($params));
86 if ($this->useObjects()) {
104 $data = $this->__call('patch', array($params));
105 if ($this->useObjects()) {
122 $data = $this->__call('update', array($params));
123 if ($this->useObjects()) {
152 $data = $this->__call('clear', array($params));
165 $data = $this->__call('delete', array($params));
179 $data = $this->__call('get', array($params));
180 if ($this->useObjects()) {
200 $data = $this->__call('insert', array($params));
201 if ($this->useObjects()) {
228 $data = $this->__call('list', array($params));
229 if ($this->useObjects()) {
251 $data = $this->__call('move', array($params));
252 if ($this->useObjects()) {
270 $data = $this->__call('patch', array($params));
271 if ($this->useObjects()) {
289 $data = $this->__call('update', array($params));
290 if ($this->useObjects()) {
321 $this->servicePath = 'tasks/v1/';
322 $this->version = 'v1';
323 $this->serviceName = 'tasks';
325 $client->addService($this->serviceName, $this->version);
326 …$this->tasklists = new Google_TasklistsServiceResource($this, $this->serviceName, 'tasklists', jso…
327 …$this->tasks = new Google_TasksServiceResource($this, $this->serviceName, 'tasks', json_decode('{"…
353 $this->completed = $completed;
356 return $this->completed;
359 $this->deleted = $deleted;
362 return $this->deleted;
365 $this->due = $due;
368 return $this->due;
371 $this->etag = $etag;
374 return $this->etag;
377 $this->hidden = $hidden;
380 return $this->hidden;
383 $this->id = $id;
386 return $this->id;
389 $this->kind = $kind;
392 return $this->kind;
395 $this->assertIsArray($links, 'Google_TaskLinks', __METHOD__);
396 $this->links = $links;
399 return $this->links;
402 $this->notes = $notes;
405 return $this->notes;
408 $this->parent = $parent;
411 return $this->parent;
414 $this->position = $position;
417 return $this->position;
420 $this->selfLink = $selfLink;
423 return $this->selfLink;
426 $this->status = $status;
429 return $this->status;
432 $this->title = $title;
435 return $this->title;
438 $this->updated = $updated;
441 return $this->updated;
450 $this->description = $description;
453 return $this->description;
456 $this->link = $link;
459 return $this->link;
462 $this->type = $type;
465 return $this->type;
477 $this->etag = $etag;
480 return $this->etag;
483 $this->id = $id;
486 return $this->id;
489 $this->kind = $kind;
492 return $this->kind;
495 $this->selfLink = $selfLink;
498 return $this->selfLink;
501 $this->title = $title;
504 return $this->title;
507 $this->updated = $updated;
510 return $this->updated;
522 $this->etag = $etag;
525 return $this->etag;
528 $this->assertIsArray($items, 'Google_TaskList', __METHOD__);
529 $this->items = $items;
532 return $this->items;
535 $this->kind = $kind;
538 return $this->kind;
541 $this->nextPageToken = $nextPageToken;
544 return $this->nextPageToken;
556 $this->etag = $etag;
559 return $this->etag;
562 $this->assertIsArray($items, 'Google_Task', __METHOD__);
563 $this->items = $items;
566 return $this->items;
569 $this->kind = $kind;
572 return $this->kind;
575 $this->nextPageToken = $nextPageToken;
578 return $this->nextPageToken;