Public Member Functions | |
| exec (array $prm=array()) | |
| callbackTpl (array $prm) | |
| getReponse () | |
| publish (array $prm=array()) | |
| getName () | |
| getAttr ($name) | |
| setAttr ($name, $value) | |
| getCfg () | |
Protected Member Functions | |
| prepare () | |
| execIndex (array $prm=array()) | |
| getForm () | |
| afterInit () | |
| beforeExec ($realExec) | |
| middleExec ($realExec) | |
| afterExec ($realExec) | |
| getViewAction () | |
| setViewAction ($action) | |
| getViewVar ($name) | |
| setViewVar ($name, $value) | |
| setViewVars (array $values) | |
| preFetch () | |
| isCacheEnabled () | |
| addCacheTag ($val) | |
| beforeInit () | |
Protected Attributes | |
| $myCfg | |
| $dir | |
| $type | |
| $config | |
| $uri | |
| $prmExec | |
| $tpl | |
| $cfg | |
Definition at line 2 of file nyro/module/nyroBrowser/controller.class.php.
| addCacheTag | ( | $ | val | ) | [protected, inherited] |
Add a cache tag
| mixed | $val The tag to add |
Definition at line 228 of file module/abstract.class.php.
| afterExec | ( | $ | realExec | ) | [protected, inherited] |
Definition at line 135 of file module/abstract.class.php.
| afterInit | ( | ) | [protected, inherited] |
Call just after the configuration initialisation
Reimplemented from object.
Reimplemented in module_out_controller, and module_scaffold_controller.
Definition at line 26 of file module/abstract.class.php.
| beforeExec | ( | $ | realExec | ) | [protected, inherited] |
Definition at line 125 of file module/abstract.class.php.
| beforeInit | ( | ) | [protected, inherited] |
Call just before the configuration initialisation
Reimplemented in form_file.
Definition at line 35 of file object.class.php.
| callbackTpl | ( | array $ | prm | ) | [inherited] |
Definition at line 112 of file module/abstract.class.php.
| exec | ( | array $ | prm = array() |
) | [final, inherited] |
Every called action must pass by this function
| null|string | $prm Actopn Parameters |
| nException | if wrong parameter or other errors |
Definition at line 40 of file module/abstract.class.php.
| execIndex | ( | array $ | prm = array() |
) | [protected] |
Definition at line 36 of file nyro/module/nyroBrowser/controller.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] |
| getForm | ( | ) | [protected] |
Definition at line 99 of file nyro/module/nyroBrowser/controller.class.php.
| getName | ( | ) | [inherited] |
| getReponse | ( | ) | [inherited] |
Definition at line 118 of file module/abstract.class.php.
| getViewAction | ( | ) | [protected, inherited] |
Get the current view action
Definition at line 142 of file module/abstract.class.php.
| getViewVar | ( | $ | name | ) | [protected, inherited] |
Get a variable for the view
| string | $name Variable name |
Definition at line 165 of file module/abstract.class.php.
| isCacheEnabled | ( | ) | [protected, inherited] |
Check against the configuration if the current request should be cached
Definition at line 214 of file module/abstract.class.php.
| middleExec | ( | $ | realExec | ) | [protected, inherited] |
Definition at line 130 of file module/abstract.class.php.
| preFetch | ( | ) | [protected, inherited] |
Function called just before fetching the TPL. This is useful to add cacheTag or change tpl properties
Definition at line 207 of file module/abstract.class.php.
| prepare | ( | ) | [protected] |
Definition at line 10 of file nyro/module/nyroBrowser/controller.class.php.
| publish | ( | array $ | prm = array() |
) | [inherited] |
Publish the module to shown
Definition at line 193 of file module/abstract.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.
| setViewAction | ( | $ | action | ) | [protected, inherited] |
Set the action which will use for the view
| string | $action |
Definition at line 151 of file module/abstract.class.php.
| setViewVar | ( | $ | name, | |
| $ | value | |||
| ) | [protected, inherited] |
Add a variable to the view
| string | $name Variable name | |
| mixed | $value |
Definition at line 175 of file module/abstract.class.php.
| setViewVars | ( | array $ | values | ) | [protected, inherited] |
Add variables to the view with an array
| array | $values |
Definition at line 184 of file module/abstract.class.php.
$cfg [protected, inherited] |
Definition at line 17 of file object.class.php.
$config [protected] |
Definition at line 7 of file nyro/module/nyroBrowser/controller.class.php.
$dir [protected] |
Definition at line 5 of file nyro/module/nyroBrowser/controller.class.php.
$myCfg [protected] |
Definition at line 4 of file nyro/module/nyroBrowser/controller.class.php.
$prmExec [protected, inherited] |
Definition at line 17 of file module/abstract.class.php.
$tpl [protected, inherited] |
Definition at line 24 of file module/abstract.class.php.
$type [protected] |
Definition at line 6 of file nyro/module/nyroBrowser/controller.class.php.
$uri [protected] |
Definition at line 8 of file nyro/module/nyroBrowser/controller.class.php.
1.7.1