Exemplo n.º 1
0
 public function __construct($title = '', $message = '', $destinations = [], $is_link = false, $link_url = '')
 {
     parent::__construct($title, $message, $destinations, include CONFIG . 'pushbullet_key.php');
     $this->is_link_push = $is_link;
     $this->link_url = $link_url;
     $this->url = "https://api.pushbullet.com/v2/pushes";
 }