Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventAttachment.php33 public $iconLink; variable in Google\\Service\\Calendar\\EventAttachment
74 public function setIconLink($iconLink) argument
76 $this->iconLink = $iconLink;
83 return $this->iconLink;
H A DEventGadget.php33 public $iconLink; variable in Google\\Service\\Calendar\\EventGadget
86 public function setIconLink($iconLink) argument
88 $this->iconLink = $iconLink;
95 return $this->iconLink;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFile.php84 public $iconLink; variable in Google\\Service\\Drive\\DriveFile
463 public function setIconLink($iconLink) argument
465 $this->iconLink = $iconLink;
472 return $this->iconLink;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1534 public $iconLink; variable in Google_EventGadget
1552 public function setIconLink( $iconLink) { argument
1553 $this->iconLink = $iconLink;
1556 return $this->iconLink;
H A DGoogle_DriveService.php2298 public $iconLink; variable in Google_DriveFile
2427 public function setIconLink( $iconLink) { argument
2428 $this->iconLink = $iconLink;
2431 return $this->iconLink;