Home
last modified time | relevance | path

Searched refs:slackRecord (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php39 private $slackRecord; variable in Monolog\\Handler\\SlackHandler
84 $this->slackRecord = new SlackRecord(
99 return $this->slackRecord;
135 $dataArray = $this->slackRecord->getSlackData($record);
186 $this->slackRecord->setFormatter($formatter);
194 $this->slackRecord->setFormatter($formatter);
204 $this->slackRecord->setChannel($channel);
214 $this->slackRecord->setUsername($username);
221 $this->slackRecord->useAttachment($useAttachment);
228 $this->slackRecord->setUserIcon($iconEmoji);
[all …]
H A DSlackWebhookHandler.php37 private $slackRecord; variable in Monolog\\Handler\\SlackWebhookHandler
69 $this->slackRecord = new SlackRecord(
82 return $this->slackRecord;
95 $postData = $this->slackRecord->getSlackData($record);
118 $this->slackRecord->setFormatter($formatter);
126 $this->slackRecord->setFormatter($formatter);