Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Champs de données | |
const | ACTIVE = 'active' |
const | CLOSED = 'closed' |
const | DESTROYED = 'destroyed' |
const | ERROR = 'error' |
const | EXPIRED = 'expired' |
const | INACTIVE = 'inactive' |
Fonctions membres privées | |
__construct () | |
Class defining the various states of a session
|
private |
Private constructor to prevent instantiation of this class
const ACTIVE = 'active' |
Référencé par Session\isActive(), Session\restart(), Session\start(), et Session\validate().
const CLOSED = 'closed' |
Référencé par Session\close().
const DESTROYED = 'destroyed' |
Référencé par Session\destroy(), et Session\restart().
const ERROR = 'error' |
Référencé par Session\validate().
const EXPIRED = 'expired' |
Référencé par Session\hasToken(), Session\start(), et Session\validate().
const INACTIVE = 'inactive' |
Référencé par Session\__construct().