RenderAdditionalContentToRecordListEvent
FinalYes
Add content above or below the main content of the record list
Table of Contents
Methods
- __construct() : mixed
- addContentAbove() : void
- addContentBelow() : void
- getAdditionalContentAbove() : string
- getAdditionalContentBelow() : string
- getRequest() : ServerRequestInterface
Methods
__construct()
public
__construct(ServerRequestInterface $request) : mixed
Parameters
- $request : ServerRequestInterface
addContentAbove()
public
addContentAbove(string $contentAbove) : void
Parameters
- $contentAbove : string
addContentBelow()
public
addContentBelow(string $contentBelow) : void
Parameters
- $contentBelow : string
getAdditionalContentAbove()
public
getAdditionalContentAbove() : string
Return values
stringgetAdditionalContentBelow()
public
getAdditionalContentBelow() : string
Return values
stringgetRequest()
public
getRequest() : ServerRequestInterface