webhooks[$type] = $url; return $this; } public function getWebhook($type) { if(isset($this->webhooks[$type])){ return $this->webhooks[$type]; } } }