Lines Matching refs:items

1291   public $items;  variable in Google_Annotations
1295 public function setItems(/* array(Google_Annotation) */ $items) { argument
1296 $this->assertIsArray($items, 'Google_Annotation', __METHOD__);
1297 $this->items = $items;
1300 return $this->items;
1325 public $items; variable in Google_Annotationsdata
1329 public function setItems(/* array(Google_Annotationdata) */ $items) { argument
1330 $this->assertIsArray($items, 'Google_Annotationdata', __METHOD__);
1331 $this->items = $items;
1334 return $this->items;
2086 public $items; variable in Google_Bookshelves
2088 public function setItems(/* array(Google_Bookshelf) */ $items) { argument
2089 $this->assertIsArray($items, 'Google_Bookshelf', __METHOD__);
2090 $this->items = $items;
2093 return $this->items;
2293 public $items; variable in Google_Layersummaries
2296 public function setItems(/* array(Google_Layersummary) */ $items) { argument
2297 $this->assertIsArray($items, 'Google_Layersummary', __METHOD__);
2298 $this->items = $items;
2301 return $this->items;
3428 public $items; variable in Google_Volumeannotations
3433 public function setItems(/* array(Google_Volumeannotation) */ $items) { argument
3434 $this->assertIsArray($items, 'Google_Volumeannotation', __METHOD__);
3435 $this->items = $items;
3438 return $this->items;
3469 public $items; variable in Google_Volumes
3472 public function setItems(/* array(Google_Volume) */ $items) { argument
3473 $this->assertIsArray($items, 'Google_Volume', __METHOD__);
3474 $this->items = $items;
3477 return $this->items;