Home
last modified time | relevance | path

Searched refs:editorSuggestions (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoSuggestions.php26 public $editorSuggestions; variable in Google\\Service\\YouTube\\VideoSuggestions
45 public function setEditorSuggestions($editorSuggestions) argument
47 $this->editorSuggestions = $editorSuggestions;
54 return $this->editorSuggestions;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4946 public $editorSuggestions; variable in Google_VideoSuggestions
4953 public function setEditorSuggestions(/* array(Google_string) */ $editorSuggestions) { argument
4954 $this->assertIsArray($editorSuggestions, 'Google_string', __METHOD__);
4955 $this->editorSuggestions = $editorSuggestions;
4958 return $this->editorSuggestions;