Lines Matching refs:items
432 public $items; variable in Google_AdClients
441 public function setItems(/* array(Google_AdClient) */ $items) { argument
442 $this->assertIsArray($items, 'Google_AdClient', __METHOD__);
443 $this->items = $items;
446 return $this->items;
504 public $items; variable in Google_AdUnits
513 public function setItems(/* array(Google_AdUnit) */ $items) { argument
514 $this->assertIsArray($items, 'Google_AdUnit', __METHOD__);
515 $this->items = $items;
518 return $this->items;
609 public $items; variable in Google_CustomChannels
618 public function setItems(/* array(Google_CustomChannel) */ $items) { argument
619 $this->assertIsArray($items, 'Google_CustomChannel', __METHOD__);
620 $this->items = $items;
623 return $this->items;
750 public $items; variable in Google_SavedReports
759 public function setItems(/* array(Google_SavedReport) */ $items) { argument
760 $this->assertIsArray($items, 'Google_SavedReport', __METHOD__);
761 $this->items = $items;
764 return $this->items;
808 public $items; variable in Google_UrlChannels
817 public function setItems(/* array(Google_UrlChannel) */ $items) { argument
818 $this->assertIsArray($items, 'Google_UrlChannel', __METHOD__);
819 $this->items = $items;
822 return $this->items;