|
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 | |
| execCssExt ($prm=null) | |
| execJs ($prm=null) | |
| execCss ($prm=null) | |
| compress ($type, $prm) | |
| _parseTime ($time) | |
| 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 | |
| $prmExec | |
| $tpl | |
| $cfg | |
Compress controller
Definition at line 10 of file nyro/module/compress/controller.class.php.
|
protected |
Definition at line 131 of file nyro/module/compress/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.
|
protected |
Compress the file requested, using MoxieCompressor library
| string | $type | File type (css or js) |
| array | $prm | Files to compress |
Definition at line 37 of file nyro/module/compress/controller.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 27 of file nyro/module/compress/controller.class.php.
|
protected |
Definition at line 12 of file nyro/module/compress/controller.class.php.
|
protected |
Definition at line 23 of file nyro/module/compress/controller.class.php.
|
inherited |
Get an attribute
| string | $name | Attribute name |
Definition at line 48 of file object.class.php.
|
inherited |
|
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.
|
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.
|
protectedinherited |
Definition at line 17 of file module/abstract.class.php.
|
protectedinherited |
Definition at line 24 of file module/abstract.class.php.
1.8.13