Public Member Functions | |
| getProxy () | |
| getContent () | |
| setContent ($content) | |
| comment ($comment) | |
| send () | |
| sendText ($text) | |
| __call ($func, $prm) | |
| __toString () | |
| getAttr ($name) | |
| setAttr ($name, $value) | |
| getCfg () | |
Protected Member Functions | |
| beforeInit () | |
| afterInit () | |
Protected Attributes | |
| $content | |
| $proxy = null | |
| $cfg | |
Abstract response class
Definition at line 10 of file response/abstract.class.php.
| __call | ( | $ | func, | |
| $ | prm | |||
| ) |
Here to avoid wrong call to the response object
Definition at line 78 of file response/abstract.class.php.
| __toString | ( | ) |
Definition at line 80 of file response/abstract.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.
| comment | ( | $ | comment | ) |
Return the content commented regarding the response type
| string | $comment |
Reimplemented in response_http.
Definition at line 59 of file response/abstract.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] |
| getContent | ( | ) |
| getProxy | ( | ) |
Get the response proxy (used in the templates)
Definition at line 31 of file response/abstract.class.php.
| send | ( | ) | [abstract] |
Send The response
| sendText | ( | $ | text | ) | [abstract] |
| 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.
| setContent | ( | $ | content | ) |
set the response content
| mixed | $content |
Definition at line 49 of file response/abstract.class.php.
$cfg [protected, inherited] |
Definition at line 17 of file object.class.php.
$content [protected] |
Definition at line 17 of file response/abstract.class.php.
$proxy = null [protected] |
Definition at line 24 of file response/abstract.class.php.
1.7.1