Exemplo n.º 1
0
 public function unloadAuthenticationTypes()
 {
     $ats = AuthenticationType::getList();
     foreach ($ats as $at) {
         $at->controller->deauthenticate($this);
     }
 }
Exemplo n.º 2
0
 public static function getListSorted()
 {
     return AuthenticationType::getList(true);
 }