Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSnippet.php29 public $customUrl; variable in Google\\Service\\YouTube\\ChannelSnippet
68 public function setCustomUrl($customUrl) argument
70 $this->customUrl = $customUrl;
77 return $this->customUrl;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php13 private $customUrl; variable in Facebook\\WebDriver\\Remote\\CustomWebDriverCommand
36 if ($this->customUrl === null) {
40 return $this->customUrl;
80 $this->customUrl = $custom_url;