![]() |
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 SimplePie_Cache_File:Fonctions membres publiques | |
| __construct ($location, $name, $type) | |
| save ($data) | |
| load () | |
| mtime () | |
| touch () | |
| unlink () | |
Attributs protégés | |
| $location | |
| $filename | |
| $extension | |
| $name | |
Membres hérités additionnels | |
Champs de données hérités de SimplePie_Cache_Base | |
| const | TYPE_FEED = 'spc' |
| const | TYPE_IMAGE = 'spi' |
| __construct | ( | $location, | |
| $name, | |||
| $type | |||
| ) |
Create a new cache object
| string | $location | Location string (from SimplePie::$cache_location) |
| string | $name | Unique ID for the cache |
| string | $type | Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data |
Implémente SimplePie_Cache_Base.
Références $location, $name, $type, extension, location, et name.
| load | ( | ) |
Retrieve the data saved to the cache
Implémente SimplePie_Cache_Base.
Références name.
| mtime | ( | ) |
Retrieve the last modified time for the cache
Implémente SimplePie_Cache_Base.
Références name.
| save | ( | $data | ) |
| touch | ( | ) |
Set the last modified time to the current time
Implémente SimplePie_Cache_Base.
Références name.
| unlink | ( | ) |
|
protected |
|
protected |
|
protected |
Référencé par __construct().
|
protected |
Référencé par __construct().