コード例 #1
0
ファイル: RoleService.php プロジェクト: cmsgears/module-core
 /**
  * @param integer $id
  * @return Role
  */
 public static function findById($id)
 {
     return Role::findById($id);
 }