|
nyroFwk
0.2
|
Public Member Functions | |
| hasCall () | |
| getCall () | |
| initCall () | |
| doCalls (array $calls) | |
| getAttr ($name) | |
| setAttr ($name, $value) | |
| __call ($name, $prm) | |
| __toString () | |
| getCfg () | |
Protected Member Functions | |
| afterInit () | |
| beforeInit () | |
Protected Attributes | |
| $call = array() | |
| $isResponseProxy | |
| $cfg | |
Private Attributes | |
| $response | |
To replace the response inside a tpl, to save all call in case of cache
Definition at line 10 of file proxy.class.php.
| __call | ( | $name, | |
| $prm | |||
| ) |
Save the call if not a get method and make the call
| string | $name | Function name |
| array | $prm | Parameter |
Definition at line 91 of file proxy.class.php.
| __toString | ( | ) |
Definition at line 97 of file proxy.class.php.
|
protected |
Definition at line 33 of file proxy.class.php.
|
protectedinherited |
Call just before the configuration initialisation
Definition at line 35 of file object.class.php.
| doCalls | ( | array | $calls | ) |
Do the call given in parameter
| array | $calls | Call to made |
Definition at line 68 of file proxy.class.php.
| getAttr | ( | $name | ) |
Definition at line 74 of file proxy.class.php.
| getCall | ( | ) |
|
inherited |
| hasCall | ( | ) |
| initCall | ( | ) |
Init the call array
Definition at line 59 of file proxy.class.php.
| setAttr | ( | $name, | |
| $value | |||
| ) |
Definition at line 78 of file proxy.class.php.
|
protected |
Definition at line 17 of file proxy.class.php.
|
protectedinherited |
Definition at line 17 of file object.class.php.
|
protected |
Definition at line 31 of file proxy.class.php.
|
private |
Definition at line 24 of file proxy.class.php.
1.8.13