Lines Matching refs:values
169 public $values; variable in Google_TopicPropertyvalue
183 public function setValues(/* array(Google_TopicValue) */ $values) { argument
184 $this->assertIsArray($values, 'Google_TopicValue', __METHOD__);
185 $this->values = $values;
188 return $this->values;
202 public $values; variable in Google_TopicStatslinkcount
209 public function setValues(/* array(Google_TopicStatslinkcountValues) */ $values) { argument
210 $this->assertIsArray($values, 'Google_TopicStatslinkcountValues', __METHOD__);
211 $this->values = $values;
214 return $this->values;
223 public $values; variable in Google_TopicStatslinkcountValues
236 public function setValues(/* array(Google_TopicStatslinkcountValuesValues) */ $values) { argument
237 $this->assertIsArray($values, 'Google_TopicStatslinkcountValuesValues', __METHOD__);
238 $this->values = $values;
241 return $this->values;
250 public $values; variable in Google_TopicStatslinkcountValuesValues
263 public function setValues(/* array(Google_TopicStatslinkcountValuesValuesValues) */ $values) { argument
264 $this->assertIsArray($values, 'Google_TopicStatslinkcountValuesValuesValues', __METHOD__);
265 $this->values = $values;
268 return $this->values;