![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de PageController:Fonctions membres publiques | |
| get ($id=false, $group='page') | |
| store ($data, $id, $group=null, $wrkarounds=true) | |
Fonctions membres publiques hérités de CacheController | |
| __construct ($options) | |
| __call ($name, $arguments) | |
| get ($id, $group=null) | |
| store ($data, $id, $group=null, $wrkarounds=true) | |
Fonctions membres protégées | |
| _makeId () | |
| _noChange () | |
| _setEtag ($etag) | |
Attributs protégés | |
| $_id | |
| $_group | |
| $_locktest = null | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de CacheController | |
| static | getInstance ($type='output', $options=array()) |
| static | addIncludePath ($path='') |
Champs de données hérités de CacheController | |
| $cache | |
| $options | |
Joomla! Cache page type object
|
protected |
|
protected |
There is no change in page data so send an unmodified header and die gracefully
Références $app.
|
protected |
Set the ETag header in the response
| string | $etag | The entity tag (etag) to set |
| get | ( | $id = false, |
|
$group = 'page' |
|||
| ) |
Get the cached page data
| boolean | $id | The cache data ID |
| string | $group | The cache data group |
Références $data, $id, Cache\getWorkarounds(), et null.
Stop the cache buffer and store the cached data
| mixed | $data | The data to store |
| string | $id | The cache data ID |
| string | $group | The cache data group |
| boolean | $wrkarounds | True to use workarounds |
Références $data, $id, et Cache\setWorkarounds().
|
protected |
|
protected |
|
protected |