Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuth.php38 public $presenter; variable in Google\\Service\\ServiceControl\\Auth
89 public function setPresenter($presenter) argument
91 $this->presenter = $presenter;
98 return $this->presenter;
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php1625 public $presenter; variable in Google_Topic
1657 public function setPresenter($presenter) { argument
1658 $this->presenter = $presenter;
1661 return $this->presenter;