Преглед на файлове

Add getter for webhook url in SlackWebhookHandler class

Add getter so that the subclass can easy to inherit SlackWebhookHandler class
MilesChou преди 8 години
родител
ревизия
18b93feea6
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      src/Monolog/Handler/SlackWebhookHandler.php

+ 5 - 0
src/Monolog/Handler/SlackWebhookHandler.php

@@ -70,6 +70,11 @@ class SlackWebhookHandler extends AbstractProcessingHandler
         return $this->slackRecord;
     }
 
+    public function getWebhookUrl()
+    {
+        return $this->webhookUrl;
+    }
+
     /**
      * {@inheritdoc}
      *