Home
last modified time | relevance | path

Searched refs:logoUrl (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
DPublisherProfile.php46 public $logoUrl; variable in Google\\Service\\AuthorizedBuyersMarketplace\\PublisherProfile
155 public function setLogoUrl($logoUrl) argument
157 $this->logoUrl = $logoUrl;
164 return $this->logoUrl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DPublisherProfile.php54 public $logoUrl; variable in Google\\Service\\AdExchangeBuyerII\\PublisherProfile
189 public function setLogoUrl($logoUrl) argument
191 $this->logoUrl = $logoUrl;
198 return $this->logoUrl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DPublisherProfileApiProto.php32 public $logoUrl; variable in Google\\Service\\AdExchangeBuyer\\PublisherProfileApiProto
124 public function setLogoUrl($logoUrl) argument
126 $this->logoUrl = $logoUrl;
130 return $this->logoUrl;
/plugin/visualindex/syntax/
H A Dvisualindex.php160 $logoUrl = null;
169 $logoUrl = $this->getMediaItemImage($pageNamespace);
172 if(!$logoUrl) {
173 $logoUrl = $this->getPageImage($itemNamespace, $pageID);
179 …$renderer->doc .= '<div class="vi_content"><img loading="lazy" src="' . $logoUrl . '" style="' . $…
/plugin/authgoogle/google/contrib/
DGoogle_GanService.php409 public $logoUrl; variable in Google_Advertiser
495 public function setLogoUrl( $logoUrl) { argument
496 $this->logoUrl = $logoUrl;
499 return $this->logoUrl;