예제 #1
0
파일: WebhookList.php 프로젝트: jankal/mvc
 /**
  * @param int $id
  * @return \stdClass
  */
 public function getById($id)
 {
     $filter = new \DataFilter($this->webhooks);
     return $filter->getWithKey('id', $id);
 }