Class Horde_View_Json
Concrete class for handling views.
-
Horde_View_Base
-
Horde_View_Json
Methods summary
public
string
|
#
render( string $name = '', mixed $locals = array() )
Processes a template and returns the output.
Processes a template and returns the output.
Parameters
- $name
- The template to process.
- $locals
-
Returns
string The template output.
Overrides
|
Methods inherited from Horde_View_Base
__call(),
__construct(),
__get(),
addHelper(),
addTemplatePath(),
assign(),
getEncoding(),
getTemplatePaths(),
renderPartial(),
setEncoding(),
setTemplatePath(),
throwOnHelperCollision()
|