Class ilForumNotificationCache.
More...
◆ createKeyByValues()
ilForumNotificationCache::createKeyByValues |
( |
array |
$values | ) |
|
◆ exists()
ilForumNotificationCache::exists |
( |
string |
$id | ) |
|
Checks if the current id exists.
- Parameters
-
- Returns
- bool
Definition at line 43 of file class.ilForumNotificationCache.php.
Referenced by fetch().
45 return array_key_exists(
$id, $this->storage);
if(!array_key_exists('StateId', $_REQUEST)) $id
◆ fetch()
ilForumNotificationCache::fetch |
( |
string |
$id | ) |
|
- Parameters
-
string | $id | - id to access the cache. SHOULD be md5 encoded |
- Returns
- mixed
Definition at line 19 of file class.ilForumNotificationCache.php.
References $id, and exists().
25 return $this->storage[
$id];
if(!array_key_exists('StateId', $_REQUEST)) $id
exists(string $id)
Checks if the current id exists.
◆ store()
ilForumNotificationCache::store |
( |
string |
$key, |
|
|
|
$data |
|
) |
| |
◆ $storage
ilForumNotificationCache::$storage = array() |
|
private |
The documentation for this class was generated from the following file: