Lines Matching refs:items

675   public $items;  variable in Google_Accounts
683 public function setItems(/* array(Google_Account) */ $items) { argument
684 $this->assertIsArray($items, 'Google_Account', __METHOD__);
685 $this->items = $items;
688 return $this->items;
870 public $items; variable in Google_CustomDataSources
878 public function setItems(/* array(Google_CustomDataSource) */ $items) { argument
879 $this->assertIsArray($items, 'Google_CustomDataSource', __METHOD__);
880 $this->items = $items;
883 return $this->items;
1103 public $items; variable in Google_DailyUploads
1111 public function setItems(/* array(Google_DailyUpload) */ $items) { argument
1112 $this->assertIsArray($items, 'Google_DailyUpload', __METHOD__);
1113 $this->items = $items;
1116 return $this->items;
1417 public $items; variable in Google_Experiments
1425 public function setItems(/* array(Google_Experiment) */ $items) { argument
1426 $this->assertIsArray($items, 'Google_Experiment', __METHOD__);
1427 $this->items = $items;
1430 return $this->items;
2038 public $items; variable in Google_Goals
2046 public function setItems(/* array(Google_Goal) */ $items) { argument
2047 $this->assertIsArray($items, 'Google_Goal', __METHOD__);
2048 $this->items = $items;
2051 return $this->items;
2566 public $items; variable in Google_Profiles
2574 public function setItems(/* array(Google_Profile) */ $items) { argument
2575 $this->assertIsArray($items, 'Google_Profile', __METHOD__);
2576 $this->items = $items;
2579 return $this->items;
2877 public $items; variable in Google_Segments
2885 public function setItems(/* array(Google_Segment) */ $items) { argument
2886 $this->assertIsArray($items, 'Google_Segment', __METHOD__);
2887 $this->items = $items;
2890 return $this->items;
2939 public $items; variable in Google_Webproperties
2947 public function setItems(/* array(Google_Webproperty) */ $items) { argument
2948 $this->assertIsArray($items, 'Google_Webproperty', __METHOD__);
2949 $this->items = $items;
2952 return $this->items;