Inheritance diagram for ilAuthInactive:
Collaboration diagram for ilAuthInactive:Public Member Functions | |
| __construct () | |
| Constructor. | |
| start () | |
| start | |
| getStatus () | |
| get status | |
Definition at line 35 of file class.ilAuthInactive.php.
| ilAuthInactive::__construct | ( | ) |
Constructor.
public
| @return |
Definition at line 44 of file class.ilAuthInactive.php.
{
parent::__construct(new Auth_Container());
}
| ilAuthInactive::getStatus | ( | ) |
get status
public
| @return |
Definition at line 70 of file class.ilAuthInactive.php.
{
return AUTH_MODE_INACTIVE;
}
| ilAuthInactive::start | ( | ) |
start
public
| @return |
Definition at line 56 of file class.ilAuthInactive.php.
References logout().
{
$this->status = AUTH_MODE_INACTIVE;
$this->logout();
return false;
}
Here is the call graph for this function:
1.7.1