renderContent() public method (available since version 2.0.1)
Renders a static string by applying a layout.
| public string renderContent ( $content ) | ||
|---|---|---|
| $content | string |
The static string being rendered |
| return | string |
The rendering result of the layout with the given static string as the |
Please login to continue.