Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($redis, $hash='phpdebugbar') | |
save ($id, $data) | |
get ($id) | |
find (array $filters=[], $max=20, $offset=0) | |
clear () | |
Fonctions membres protégées | |
filter ($meta, $filters) | |
Attributs protégés | |
$redis | |
$hash | |
Stores collected data into Redis
__construct | ( | $redis, | |
$hash = 'phpdebugbar' |
|||
) |
\Predis\Client | \Redis | $redis | Redis Client |
string | $hash |
Références RedisStorage\$hash, et RedisStorage\$redis.
clear | ( | ) |
{Clears all the collected data}
Implémente StorageInterface.
|
protected |
Filter the metadata for matches.
Références $filters, $key, et $value.
Référencé par RedisStorage\find().
find | ( | array | $filters = [] , |
$max = 20 , |
|||
$offset = 0 |
|||
) |
{Returns a metadata about collected data
array | $filters | |
integer | $max | |
integer | $offset |
Implémente StorageInterface.
Références $b, $data, $filters, Joomla\Database\Query\$offset, $results, et RedisStorage\filter().
get | ( | $id | ) |
{Returns collected data with the specified id
string | $id |
Implémente StorageInterface.
Références $id.
save | ( | $id, | |
$data | |||
) |
|
protected |
Référencé par RedisStorage\__construct().
|
protected |
Référencé par RedisStorage\__construct().