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 |
---|
string
a Pix_Helper class name
arraynull
helper list (default: $helper->getFuncs())
arraynull
helper options
callHelper(string $method, array $args) : mixed
access | public |
---|
string
method name (case insensitive)
array
arguments
mixed
helper method return valuegetMethods() : array
access | public |
---|
array
method names (lower case)hasMethod(string $method) : boolean
access | public |
---|
string
method name (case insensitive)
boolean