BoothSingleRenderer
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- Optional unused parameters keep backward compatibility with previous constructor signature.
- register() : void
- Register content filter.
- render() : string
- Render booth content with contact info and attached items on single views.
Properties
$contactRequestService
private
ContactRequestService
$contactRequestService
$publicProfileService
private
PublicProfileService
$publicProfileService
Methods
__construct()
Optional unused parameters keep backward compatibility with previous constructor signature.
public
__construct([mixed $unusedBoothService = null ][, mixed $unusedBoothItemService = null ][, PublicProfileService|null $publicProfileService = null ][, ContactRequestService|null $contactRequestService = null ]) : mixed
Parameters
- $unusedBoothService : mixed = null
- $unusedBoothItemService : mixed = null
- $publicProfileService : PublicProfileService|null = null
- $contactRequestService : ContactRequestService|null = null
register()
Register content filter.
public
register() : void
render()
Render booth content with contact info and attached items on single views.
public
render(string $content) : string
Parameters
- $content : string
-
Original content.