|
nyroFwk
0.2
|
Public Member Functions | |
| exec (array $prm=array()) | |
| callbackTpl (array $prm) | |
| getResponse () | |
| 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.
|
protectedinherited |
Add a cache tag
| mixed | $val | The tag to add |
Definition at line 239 of file module/abstract.class.php.
|
protectedinherited |
Definition at line 146 of file module/abstract.class.php.
|
protectedinherited |
Definition at line 26 of file module/abstract.class.php.
|
protectedinherited |
Definition at line 136 of file module/abstract.class.php.
|
protectedinherited |
Call just before the configuration initialisation
Definition at line 35 of file object.class.php.
|
inherited |
Definition at line 123 of file module/abstract.class.php.
|
finalinherited |
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.
|
protected |
Definition at line 36 of file nyro/module/nyroBrowser/controller.class.php.
|
inherited |
Get an attribute
| string | $name | Attribute name |
Definition at line 48 of file object.class.php.
|
inherited |
|
protected |
Definition at line 99 of file nyro/module/nyroBrowser/controller.class.php.
|
inherited |
|
inherited |
Definition at line 129 of file module/abstract.class.php.
|
protectedinherited |
|
protectedinherited |
Get a variable for the view
| string | $name | Variable name |
Definition at line 176 of file module/abstract.class.php.
|
protectedinherited |
Check against the configuration if the current request should be cached
Definition at line 225 of file module/abstract.class.php.
|
protectedinherited |
Definition at line 141 of file module/abstract.class.php.
|
protectedinherited |
Function called just before fetching the TPL. This is useful to add cacheTag or change tpl properties
Definition at line 218 of file module/abstract.class.php.
|
protected |
Definition at line 10 of file nyro/module/nyroBrowser/controller.class.php.
|
inherited |
Publish the module to shown
Definition at line 204 of file module/abstract.class.php.
|
inherited |
Set an attribute
| string | $name | Attribute name |
| mixed | $value | Attribute value |
Definition at line 58 of file object.class.php.
|
protectedinherited |
Set the action which will use for the view
| string | $action |
Definition at line 162 of file module/abstract.class.php.
|
protectedinherited |
Add a variable to the view
| string | $name | Variable name |
| mixed | $value |
Definition at line 186 of file module/abstract.class.php.
|
protectedinherited |
Add variables to the view with an array
| array | $values |
Definition at line 195 of file module/abstract.class.php.
|
protectedinherited |
Definition at line 17 of file object.class.php.
|
protected |
Definition at line 7 of file nyro/module/nyroBrowser/controller.class.php.
|
protected |
Definition at line 5 of file nyro/module/nyroBrowser/controller.class.php.
|
protected |
Definition at line 4 of file nyro/module/nyroBrowser/controller.class.php.
|
protectedinherited |
Definition at line 17 of file module/abstract.class.php.
|
protectedinherited |
Definition at line 24 of file module/abstract.class.php.
|
protected |
Definition at line 6 of file nyro/module/nyroBrowser/controller.class.php.
|
protected |
Definition at line 8 of file nyro/module/nyroBrowser/controller.class.php.
1.8.13