コード例 #1
0
ファイル: KefuRbacTool.php プロジェクト: a707937337/bscy
 /**
  * 获取所有权限操作
  * @param string 用户ID
  * @return array
  */
 public function getOperations($user_id = NULL)
 {
     return $this->auth->getOperations($user_id);
 }