DirectRenderer::setRowTemplate() -- Sets the row template (HTML that wraps around entries)
Beschrijving
These are the strings that will be prepended and appended to HTML generated for menu entries on each call to
finishRow().
Defaults are
and
Parameter
- string
$prepend
this will be prepended to the entries HTML
- string
$append
this will be appended to the entries HTML
Throws
throws no exceptions thrown
Note
Deze functie kan niet statisch worden aangeroepen.