Public Member Functions | |
| get (&$value, array $prm) | |
| save () | |
| start (array $prm) | |
| end () | |
| delete (array $prm=array()) | |
| exists (array $prm) | |
| setCfg (array $cfg) | |
| isEnabled () | |
| getAttr ($name) | |
| setAttr ($name, $value) | |
| getCfg () | |
Protected Member Functions | |
| beforeInit () | |
| afterInit () | |
Protected Attributes | |
| $cfg | |
Cache disabled
Definition at line 10 of file none.class.php.
| afterInit | ( | ) | [protected, inherited] |
Call just after the configuration initialisation
Reimplemented in db_row, db_rowset, db_table, db_where, form_abstract, form_captcha, form_checkbox_fields, form_date, form_file, form_fileUploaded, form_list, form_mulValue, form_range_date, form, helper_dataTable, helper_email, helper_filterTable, http_cookie, module_abstract, module_out_controller, module_scaffold_controller, response_http_html, response_http_xul, response_http, response_proxy, security_abstract, security_default, session_php, and tpl.
Definition at line 40 of file object.class.php.
| beforeInit | ( | ) | [protected, inherited] |
Call just before the configuration initialisation
Reimplemented in form_file.
Definition at line 35 of file object.class.php.
| delete | ( | array $ | prm = array() |
) |
Delete cached value. You can define what you want. If you define nothing, all the cache will be deleted.
| array | $prm Parameter for the cached variable to deleted:
|
Reimplemented from cache_abstract.
Definition at line 29 of file none.class.php.
| end | ( | ) |
Save the output with the setting passed by the last call from start
Reimplemented from cache_abstract.
Definition at line 24 of file none.class.php.
| exists | ( | array $ | prm | ) |
Indicate if a cache exists
| array | $prm Parameter for the cached variable:
|
Reimplemented from cache_abstract.
Definition at line 33 of file none.class.php.
| get | ( | &$ | value, | |
| array $ | prm | |||
| ) |
Try to get a variable cached. If not found, information will be stored and used with the next call from save. The cache id is made with 5 elements :
| mixed | $value the variable where the content must be placed | |
| array | $prm Parameter for the cached variable:
|
Reimplemented from cache_abstract.
Definition at line 12 of file none.class.php.
| getAttr | ( | $ | name | ) | [inherited] |
Get an attribute
| string | $name Attribute name |
Reimplemented in response_proxy.
Definition at line 48 of file object.class.php.
| getCfg | ( | ) | [inherited] |
| isEnabled | ( | ) | [inherited] |
| save | ( | ) |
Save the variable with the setting passed by the last call from get.
Reimplemented from cache_abstract.
Definition at line 16 of file none.class.php.
| setAttr | ( | $ | name, | |
| $ | value | |||
| ) | [inherited] |
Set an attribute
| string | $name Attribute name | |
| mixed | $value Attribute value |
Reimplemented in response_proxy.
Definition at line 58 of file object.class.php.
| setCfg | ( | array $ | cfg | ) | [inherited] |
Set the default config
| array | $cfg |
Definition at line 17 of file cache/abstract.class.php.
| start | ( | array $ | prm | ) |
Try to get an output cached. If not found, information will be stored and used with the next call from end. The cache id is made with 5 elements :
| array | $prm Parameter for the cached variable:
|
Reimplemented from cache_abstract.
Definition at line 20 of file none.class.php.
$cfg [protected, inherited] |
Definition at line 17 of file object.class.php.
1.7.1