コード例 #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
ファイル: Group.php プロジェクト: robbytaylor/boom-core
 public function find($id)
 {
     return $this->model->find($id);
 }