Home
last modified time | relevance | path

Searched refs:useAttachment (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php62 private $useAttachment; variable in Monolog\\Handler\\Slack\\SlackRecord
98 bool $useAttachment = true, argument
108 ->useAttachment($useAttachment)
140 if ($this->formatter && !$this->useAttachment) {
147 if ($this->useAttachment) {
267 public function useAttachment(bool $useAttachment = true): self argument
269 $this->useAttachment = $useAttachment;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php45 …* @param bool $useAttachment Whether the message should be added to…
56 bool $useAttachment = true, argument
87 $useAttachment,
219 public function useAttachment(bool $useAttachment): self function in Monolog\\Handler\\SlackHandler
221 $this->slackRecord->useAttachment($useAttachment);
H A DSlackWebhookHandler.php43 …* @param bool $useAttachment Whether the message should be added to Slack as attac…
53 bool $useAttachment = true, argument
72 $useAttachment,