Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JDatabaseDriver $db) | |
insert ($sessionId, $clientId) | |
update ($updateNulls=false) | |
destroy ($userId, $clientIds=array()) | |
purge ($maxLifetime=1440) | |
exists ($userid) | |
delete ($oid=null) | |
Fonctions membres publiques inherited from JTable | |
__construct ($table, $key, JDatabaseDriver $db) | |
attachObserver (JObserverInterface $observer) | |
getObserverOfClass ($observerClass) | |
getFields () | |
appendPrimaryKeys ($query, $pk=null) | |
getTableName () | |
getKeyName ($multiple=false) | |
getDbo () | |
setDBO (JDatabaseDriver $db) | |
setRules ($input) | |
getRules () | |
reset () | |
bind ($src, $ignore=array()) | |
load ($keys=null, $reset=true) | |
check () | |
store ($updateNulls=false) | |
save ($src, $orderingFilter= '', $ignore= '') | |
checkOut ($userId, $pk=null) | |
checkIn ($pk=null) | |
hasPrimaryKey () | |
hit ($pk=null) | |
isCheckedOut ($with=0, $against=null) | |
getNextOrder ($where= '') | |
getPrimaryKey (array $keys=array()) | |
reorder ($where= '') | |
move ($delta, $where= '') | |
publish ($pks=null, $state=1, $userId=0) | |
Fonctions membres publiques inherited from JObject | |
__construct ($properties=null) | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JTable | |
static | getInstance ($type, $prefix= 'JTable', $config=array()) |
static | addIncludePath ($path=null) |
Fonctions membres protégées inherited from JTable | |
_getAssetName () | |
_getAssetTitle () | |
_getAssetParentId (JTable $table=null, $id=null) | |
_lock () | |
_unlock () | |
Attributs protégés inherited from JTable | |
$_tbl = '' | |
$_tbl_key = '' | |
$_tbl_keys = array() | |
$_db | |
$_trackAssets = false | |
$_rules | |
$_locked = false | |
$_autoincrement = true | |
$_observers | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Définition à la ligne 20 du fichier session.php.
JTableSession::__construct | ( | JDatabaseDriver | $db | ) |
Constructor
JDatabaseDriver | $db | Database driver object. |
Définition à la ligne 30 du fichier session.php.
Références JLog\add(), et JLog\WARNING.
JTableSession::delete | ( | $oid = null | ) |
Overloaded delete method
We must override it because of the non-integer primary key
integer | $oid | The object id (optional). |
Réimplémentée à partir de JTable.
Définition à la ligne 189 du fichier session.php.
JTableSession::destroy | ( | $userId, | |
$clientIds = array() |
|||
) |
Destroys the pre-existing session
integer | $userId | Identifier of the user for this session. |
array | $clientIds | Array of client ids for which session(s) will be destroyed |
Définition à la ligne 108 du fichier session.php.
JTableSession::exists | ( | $userid | ) |
Find out if a user has a one or more active sessions
integer | $userid | The identifier of the user |
Définition à la ligne 159 du fichier session.php.
JTableSession::insert | ( | $sessionId, | |
$clientId | |||
) |
Insert a session
string | $sessionId | The session id |
integer | $clientId | The id of the client application |
Définition à la ligne 50 du fichier session.php.
Références JText\sprintf().
JTableSession::purge | ( | $maxLifetime = 1440 | ) |
Purge old sessions
integer | $maxLifetime | Session age in seconds |
Définition à la ligne 138 du fichier session.php.
JTableSession::update | ( | $updateNulls = false | ) |
Updates the session
boolean | $updateNulls | True to update fields even if they are null. |
Définition à la ligne 80 du fichier session.php.
Références JText\sprintf().