Lines Matching refs:items

1114   public $items;  variable in Google_Accounts
1123 public function setItems(/* array(Google_Account) */ $items) { argument
1124 $this->assertIsArray($items, 'Google_Account', __METHOD__);
1125 $this->items = $items;
1128 return $this->items;
1186 public $items; variable in Google_AdClients
1195 public function setItems(/* array(Google_AdClient) */ $items) { argument
1196 $this->assertIsArray($items, 'Google_AdClient', __METHOD__);
1197 $this->items = $items;
1200 return $this->items;
1520 public $items; variable in Google_AdUnits
1529 public function setItems(/* array(Google_AdUnit) */ $items) { argument
1530 $this->assertIsArray($items, 'Google_AdUnit', __METHOD__);
1531 $this->items = $items;
1534 return $this->items;
1674 public $items; variable in Google_Alerts
1676 public function setItems(/* array(Google_Alert) */ $items) { argument
1677 $this->assertIsArray($items, 'Google_Alert', __METHOD__);
1678 $this->items = $items;
1681 return $this->items;
1766 public $items; variable in Google_CustomChannels
1775 public function setItems(/* array(Google_CustomChannel) */ $items) { argument
1776 $this->assertIsArray($items, 'Google_CustomChannel', __METHOD__);
1777 $this->items = $items;
1780 return $this->items;
1799 public $items; variable in Google_Metadata
1801 public function setItems(/* array(Google_ReportingMetadataEntry) */ $items) { argument
1802 $this->assertIsArray($items, 'Google_ReportingMetadataEntry', __METHOD__);
1803 $this->items = $items;
1806 return $this->items;
1910 public $items; variable in Google_SavedAdStyles
1919 public function setItems(/* array(Google_SavedAdStyle) */ $items) { argument
1920 $this->assertIsArray($items, 'Google_SavedAdStyle', __METHOD__);
1921 $this->items = $items;
1924 return $this->items;
1968 public $items; variable in Google_SavedReports
1977 public function setItems(/* array(Google_SavedReport) */ $items) { argument
1978 $this->assertIsArray($items, 'Google_SavedReport', __METHOD__);
1979 $this->items = $items;
1982 return $this->items;
2026 public $items; variable in Google_UrlChannels
2035 public function setItems(/* array(Google_UrlChannel) */ $items) { argument
2036 $this->assertIsArray($items, 'Google_UrlChannel', __METHOD__);
2037 $this->items = $items;
2040 return $this->items;