removeAll() public method

Removes all authorization data, including roles, permissions, rules, and assignments.
public removeAll ( )
コード例 #1
0
ファイル: AdminNav.php プロジェクト: wuwenhan/huoqiwang
 public static function cleanAll()
 {
     self::enSureAuthManager();
     self::$_authManager->removeAll();
 }