‪TYPO3CMS  10.4
TYPO3\CMS\IndexedSearch\ViewHelpers\PageBrowsingResultsViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\IndexedSearch\ViewHelpers\PageBrowsingResultsViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

static string renderStatic (array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 

Protected Attributes

bool $escapeOutput = false
 

Detailed Description

renders the header of the results page

Definition at line 27 of file PageBrowsingResultsViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\IndexedSearch\ViewHelpers\PageBrowsingResultsViewHelper::initializeArguments ( )

Initialize arguments

Definition at line 39 of file PageBrowsingResultsViewHelper.php.

◆ renderStatic()

static string TYPO3\CMS\IndexedSearch\ViewHelpers\PageBrowsingResultsViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static
Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string

Definition at line 52 of file PageBrowsingResultsViewHelper.php.

References TYPO3\CMS\Extbase\Utility\LocalizationUtility\translate().

Member Data Documentation

◆ $escapeOutput

bool TYPO3\CMS\IndexedSearch\ViewHelpers\PageBrowsingResultsViewHelper::$escapeOutput = false
protected

As this ViewHelper renders HTML, the output must not be escaped.

Definition at line 34 of file PageBrowsingResultsViewHelper.php.