Searched refs:tagSuggestions (Results 1 – 2 of 2) sorted by relevance
101 public function setTagSuggestions($tagSuggestions) argument103 $this->tagSuggestions = $tagSuggestions;110 return $this->tagSuggestions;
4952 public $tagSuggestions; variable in Google_VideoSuggestions4981 …lic function setTagSuggestions(/* array(Google_VideoSuggestionsTagSuggestion) */ $tagSuggestions) { argument4982 $this->assertIsArray($tagSuggestions, 'Google_VideoSuggestionsTagSuggestion', __METHOD__);4983 $this->tagSuggestions = $tagSuggestions;4986 return $this->tagSuggestions;