Authentication: ezcAuthenticationStatus
[ ]
[ Rfcs ] [ Security ]
[ ]
[ ]
[ ]
[ ]
Class: ezcAuthenticationStatus
|
Holds the statuses returned from each authentication filter. [
source]
Method Summary
|
public void |
append(
$class, $status )
Adds a new status to the list of statuses. |
|
public array(string=>mixed) |
get(
)
Returns the list of authentication statuses. |
Methods
append
void append(
string
$class, mixed|array(mixed)
$status )
Adds a new status to the list of statuses.
Parameters
| Name |
Type |
Description |
$class |
string |
The class name associated with the status |
$status |
mixed|array(mixed) |
A status associated with the class name |
get
array(string=>mixed) get(
)
Returns the list of authentication statuses.
The format of the returned array is array( class => code ).
Last updated: Wed, 18 Jun 2008