Example #1
0
 /**
  * @return array
  */
 public function getWebhookIds()
 {
     $filter = new \DataFilter($this->webhooks);
     return $filter->eachKey('id');
 }