WebVIEP Plugin

BoothSingleRenderer

Table of Contents

Properties

$contactRequestService  : ContactRequestService
$publicProfileService  : PublicProfileService

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

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

render()

Render booth content with contact info and attached items on single views.

public render(string $content) : string
Parameters
$content : string

Original content.

Return values
string

        
On this page

Search results