PageHook
Hook for the page module
This is a specific hook implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- renderInFooter() : string
- Add sys_notes as additional content to the footer of the page module
- renderInHeader() : string
- Add sys_notes as additional content to the header of the page module
Methods
renderInFooter()
Add sys_notes as additional content to the footer of the page module
public
renderInFooter(array<string|int, mixed> $params, PageLayoutController $parentObject) : string
Parameters
- $params : array<string|int, mixed>
- $parentObject : PageLayoutController
Return values
stringrenderInHeader()
Add sys_notes as additional content to the header of the page module
public
renderInHeader(array<string|int, mixed> $params, PageLayoutController $parentObject) : string
Parameters
- $params : array<string|int, mixed>
- $parentObject : PageLayoutController