Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
auth
PHP Class auth
Inheritance:
extends
Controller
Mostrar archivo
Open project: anchorcms/anchor-cms
Class Usage Examples
Public Methods
Method
Description
admin
( )
attempt
(
$username
,
$password
)
guest
( )
logout
( )
me
(
$id
)
user
( )
Method Details
admin()
public
static
method
public
static
admin
( )
attempt()
public
static
method
public
static
attempt
(
$username
,
$password
)
guest()
public
static
method
public
static
guest
( )
logout()
public
static
method
public
static
logout
( )
me()
public
static
method
public
static
me
(
$id
)
user()
public
static
method
public
static
user
( )