Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
save ($id, $data) | |
get ($id) | |
find (array $filters=array(), $max=20, $offset=0) | |
clear () | |
clear | ( | ) |
Clears all the collected data
Implémenté dans MemcachedStorage, PdoStorage, FileStorage, et RedisStorage.
find | ( | array | $filters = array() , |
$max = 20 , |
|||
$offset = 0 |
|||
) |
Returns a metadata about collected data
array | $filters | |
integer | $max | |
integer | $offset |
Implémenté dans PdoStorage, FileStorage, MemcachedStorage, RedisStorage, et FileStorage.
get | ( | $id | ) |
Returns collected data with the specified id
string | $id |
Implémenté dans PdoStorage, MemcachedStorage, FileStorage, RedisStorage, et FileStorage.
save | ( | $id, | |
$data | |||
) |
Saves collected data
string | $id | |
string | $data |
Implémenté dans PdoStorage, MemcachedStorage, RedisStorage, FileStorage, et FileStorage.