BoothItemSingleRenderer
in package
Table of Contents
Methods
- __construct() : mixed
- Optional parameters keep backward compatibility with previous constructor signature used in the plugin bootstrap.
- register() : void
- Register content filter for booth item singles.
- render() : string
- Render single booth item content using a template.
Methods
__construct()
Optional parameters keep backward compatibility with previous constructor signature used in the plugin bootstrap.
public
__construct([mixed $unusedBoothItemService = null ][, mixed $unusedBoothService = null ]) : mixed
Parameters
- $unusedBoothItemService : mixed = null
- $unusedBoothService : mixed = null
register()
Register content filter for booth item singles.
public
register() : void
render()
Render single booth item content using a template.
public
render(string $content) : string
Parameters
- $content : string
-
Original content.