Public Member Functions | |
| __call ($name, $args) | |
| __construct (&$parent) | |
| __iterate ($method, $data) | |
| __options ($opts) | |
| __toString () | |
| literal ($append=null) | |
| ref ($ref=null) | |
| setParent (&$parent) | |
| toString () | |
Public Attributes | |
| $__parent = null | |
| $id = null | |
| $pattern = null | |
| $real = null | |
Definition at line 274 of file js.php.
| JsHelperObject::__construct | ( | &$ | parent | ) |
| JsHelperObject::__call | ( | $ | name, | |
| $ | args | |||
| ) |
Definition at line 326 of file js.php.
References __iterate(), __options(), camelize(), and literal().
| JsHelperObject::__iterate | ( | $ | method, | |
| $ | data | |||
| ) |
| JsHelperObject::__toString | ( | ) |
| JsHelperObject::literal | ( | $ | append = null |
) |
| JsHelperObject::setParent | ( | &$ | parent | ) |
| JsHelperObject::toString | ( | ) |
1.4.7