Class: Renderer
Source Location: /blogs/b2evocore/_class_renderer.php
Class Renderer
Class Overview
|
Renderer Class Located in /blogs/b2evocore/_class_renderer.php [line 23] Plug | --Renderer |
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Plug
|
[ Top ]
Method Summary
| Renderer | Renderer() | Constructor |
| string | render() | Render the content |
| array | validate_list() | Validate renderer list |
[ Top ]
Methods
render [line 106]
|
Render the content
Parameters:| string | &$content: | content to render |
| array | &$renderers: | renderer codes |
| string | $format: | Output format, see format_to_output() |
API Tags:
| Return: | rendered content |
[ Top ]
