removeAll() public method

Removes all authorization data, including roles, permissions, rules, and assignments.
public removeAll ( )
Beispiel #1
0
 public static function cleanAll()
 {
     self::enSureAuthManager();
     self::$_authManager->removeAll();
 }