Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackWebhookHandler.php31 private $webhookUrl; variable in Monolog\\Handler\\SlackWebhookHandler
40 * @param string $webhookUrl Slack Webhook URL
50 string $webhookUrl, argument
67 $this->webhookUrl = $webhookUrl;
87 return $this->webhookUrl;
100 CURLOPT_URL => $this->webhookUrl,