Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe OutputController
+ Graphe d'héritage de OutputController:

Fonctions membres publiques

 start ($id, $group=null)
 
 end ()
 
 get ($id, $group=null)
 
 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)
 

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
 

Description détaillée

Joomla Cache output type object

Depuis
1.7.0

Documentation des fonctions membres

◆ end()

end ( )

Stop the cache buffer and store the cached data

Renvoie
boolean True if the cache data was stored
Depuis
1.7.0
Obsolète:
4.0

Références $data, $id, Log\add(), null, et Log\WARNING.

◆ get()

get (   $id,
  $group = null 
)

Get stored cached data by ID and group

Paramètres
string$idThe cache data ID
string$groupThe cache data group
Renvoie
mixed Boolean false on no result, cached object otherwise
Depuis
1.7.0

Références $data, et $id.

◆ start()

start (   $id,
  $group = null 
)

Start the cache

Paramètres
string$idThe cache data ID
string$groupThe cache data group
Renvoie
boolean
Depuis
1.7.0
Obsolète:
4.0

Références $data, $id, Log\add(), null, et Log\WARNING.

◆ store()

store (   $data,
  $id,
  $group = null,
  $wrkarounds = true 
)

Store data to cache by ID and group

Paramètres
mixed$dataThe data to store
string$idThe cache data ID
string$groupThe cache data group
boolean$wrkaroundsTrue to use wrkarounds
Renvoie
boolean True if cache stored
Depuis
1.7.0

Références $data, et $id.

Documentation des champs

◆ $_group

$_group
protected

◆ $_id

$_id
protected

◆ $_locktest

$_locktest = null
protected

La documentation de cette classe a été générée à partir du fichier suivant :