예제 #1
0
파일: Group.php 프로젝트: qiaoweizhen/yaf
 /**
  * 函数名称:getAllAuth
  * 功能描述:获取所有权限列表
  * @return null
  */
 private static function getAllAuth()
 {
     $model = new Admin_GroupModel();
     return $model->getAllAuth();
 }