Lines Matching refs:items
913 public $items; variable in Google_Acl
922 public function setItems(/* array(Google_AclItems) */ $items) { argument
923 $this->assertIsArray($items, 'Google_AclItems', __METHOD__);
924 $this->items = $items;
927 return $this->items;
1045 public $items; variable in Google_ActivityList
1048 public function setItems(/* array(Google_Activity) */ $items) { argument
1049 $this->assertIsArray($items, 'Google_Activity', __METHOD__);
1050 $this->items = $items;
1053 return $this->items;
1073 public $items; variable in Google_ActivityObject
1084 public function setItems(/* array(Google_OrkutActivityobjectsResource) */ $items) { argument
1085 $this->assertIsArray($items, 'Google_OrkutActivityobjectsResource', __METHOD__);
1086 $this->items = $items;
1089 return $this->items;
1108 public $items; variable in Google_ActivityObjectReplies
1111 public function setItems(/* array(Google_Comment) */ $items) { argument
1112 $this->assertIsArray($items, 'Google_Comment', __METHOD__);
1113 $this->items = $items;
1116 return $this->items;
1201 public $items; variable in Google_BadgeList
1203 public function setItems(/* array(Google_Badge) */ $items) { argument
1204 $this->assertIsArray($items, 'Google_Badge', __METHOD__);
1205 $this->items = $items;
1208 return $this->items;
1311 public $items; variable in Google_CommentList
1315 public function setItems(/* array(Google_Comment) */ $items) { argument
1316 $this->assertIsArray($items, 'Google_Comment', __METHOD__);
1317 $this->items = $items;
1320 return $this->items;
1457 public $items; variable in Google_CommunityList
1459 public function setItems(/* array(Google_Community) */ $items) { argument
1460 $this->assertIsArray($items, 'Google_Community', __METHOD__);
1461 $this->items = $items;
1464 return $this->items;
1506 public $items; variable in Google_CommunityMembersList
1517 public function setItems(/* array(Google_CommunityMembers) */ $items) { argument
1518 $this->assertIsArray($items, 'Google_CommunityMembers', __METHOD__);
1519 $this->items = $items;
1522 return $this->items;
1698 public $items; variable in Google_CommunityMessageList
1709 public function setItems(/* array(Google_CommunityMessage) */ $items) { argument
1710 $this->assertIsArray($items, 'Google_CommunityMessage', __METHOD__);
1711 $this->items = $items;
1714 return $this->items;
1954 public $items; variable in Google_CommunityPollCommentList
1965 public function setItems(/* array(Google_CommunityPollComment) */ $items) { argument
1966 $this->assertIsArray($items, 'Google_CommunityPollComment', __METHOD__);
1967 $this->items = $items;
1970 return $this->items;
2012 public $items; variable in Google_CommunityPollList
2023 public function setItems(/* array(Google_CommunityPoll) */ $items) { argument
2024 $this->assertIsArray($items, 'Google_CommunityPoll', __METHOD__);
2025 $this->items = $items;
2028 return $this->items;
2173 public $items; variable in Google_CommunityTopicList
2184 public function setItems(/* array(Google_CommunityTopic) */ $items) { argument
2185 $this->assertIsArray($items, 'Google_CommunityTopic', __METHOD__);
2186 $this->items = $items;
2189 return $this->items;
2220 public $items; variable in Google_Counters
2222 public function setItems(/* array(Google_OrkutCounterResource) */ $items) { argument
2223 $this->assertIsArray($items, 'Google_OrkutCounterResource', __METHOD__);
2224 $this->items = $items;
2227 return $this->items;