PHP Class auth

Inheritance: extends Controller
Afficher le fichier Open project: anchorcms/anchor-cms Class Usage Examples

Méthodes publiques

Méthode Description
admin ( )
attempt ( $username, $password )
guest ( )
logout ( )
me ( $id )
user ( )

Method Details

admin() public static méthode

public static admin ( )

attempt() public static méthode

public static attempt ( $username, $password )

guest() public static méthode

public static guest ( )

logout() public static méthode

public static logout ( )

me() public static méthode

public static me ( $id )

user() public static méthode

public static user ( )