Searched refs:slackRecord (Results 1 – 2 of 2) sorted by path
39 private $slackRecord; variable in Monolog\\Handler\\SlackHandler84 $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 …]
37 private $slackRecord; variable in Monolog\\Handler\\SlackWebhookHandler69 $this->slackRecord = new SlackRecord(82 return $this->slackRecord;95 $postData = $this->slackRecord->getSlackData($record);118 $this->slackRecord->setFormatter($formatter);126 $this->slackRecord->setFormatter($formatter);