Home
last modified time | relevance | path

Searched refs:sendEmails (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DAddMatterPermissionsRequest.php31 public $sendEmails; variable in Google\\Service\\Vault\\AddMatterPermissionsRequest
64 public function setSendEmails($sendEmails) argument
66 $this->sendEmails = $sendEmails;
73 return $this->sendEmails;
/plugin/structpublish/action/
H A Dpublish.php42 $notifyHelper->sendEmails($action, $newRevision);
/plugin/structpublish/helper/
H A Dnotify.php29 public function sendEmails($action, $newRevision) function in helper_plugin_structpublish_notify