Pix_Helper_Manager Helper manager for all Pix Framework class
| package | Helper |
|---|---|
| copyright | 2003-2012 PIXNET Digital Media Corporation |
| license | BSD License |
addHelper(string $helper, array | null $methods, array | null $options) : void
| access | public |
|---|
stringa Pix_Helper class name
arraynullhelper list (default: $helper->getFuncs())
arraynullhelper options
callHelper(string $method, array $args) : mixed
| access | public |
|---|
stringmethod name (case insensitive)
arrayarguments
mixedhelper method return valuegetMethods() : array
| access | public |
|---|
arraymethod names (lower case)hasMethod(string $method) : boolean
| access | public |
|---|
stringmethod name (case insensitive)
boolean