예제 #1
0
파일: Group.php 프로젝트: boomcms/boom-core
 /**
  * Find a group by its ID.
  *
  * @param int $groupId
  *
  * @return GroupModelInterface
  */
 public function find($groupId)
 {
     return $this->model->find($groupId);
 }
예제 #2
0
 public function find($id)
 {
     return $this->model->find($id);
 }