![]() |
TYPO3
7.6
|
Static Public Member Functions | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
![]() | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure,\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) |
![]() | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure,\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) |
Static Protected Member Functions | |
static | makecurrentPageSelector_link ($str, $p, $freeIndexUid) |
Static Protected Attributes | |
static | $prefixId = 'tx_indexedsearch' |
Additional Inherited Members | |
![]() | |
registerArgument ($name, $type, $description, $required=false, $defaultValue=null) | |
overrideArgument ($name, $type, $description, $required=false, $defaultValue=null) | |
callRenderMethod () | |
getLogger () | |
buildRenderChildrenClosure () | |
hasArgument ($argumentName) | |
![]() | |
$arguments | |
$templateVariableContainer | |
$controllerContext | |
$renderingContext | |
$renderChildrenClosure = null | |
$viewHelperVariableContainer | |
$objectManager | |
$escapingInterceptorEnabled = true | |
Page browser for indexed search, and only useful here, as the regular pagebrowser so this is a cleaner "pi_browsebox" but not a real page browser functionality
Definition at line 31 of file PageBrowsingViewHelper.php.
|
staticprotected |
Used to make the link for the result-browser. Notice how the links must resubmit the form after setting the new currentPage-value in a hidden formfield.
string | $str | String to wrap in tag |
int | $p | currentPage value |
string | $freeIndexUid | List of integers pointing to free indexing configurations to search. -1 represents no filtering, 0 represents TYPO3 pages only, any number above zero is a uid of an indexing configuration! |
Definition at line 137 of file PageBrowsingViewHelper.php.
References GeneralUtility\quoteJSvalue().
render | ( | $maximumNumberOfResultPages, | |
$numberOfResults, | |||
$resultsPerPage, | |||
$currentPage = 0 , |
|||
$freeIndexUid = null |
|||
) |
Main render function
int | $maximumNumberOfResultPages | The number of page links shown |
int | $numberOfResults | Total number of results |
int | $resultsPerPage | Number of results per page |
int | $currentPage | The current page starting with 0 |
string | NULL | $freeIndexUid | List of integers pointing to free indexing configurations to search. -1 represents no filtering, 0 represents TYPO3 pages only, any number above zero is a uid of an indexing configuration! |
Definition at line 48 of file PageBrowsingViewHelper.php.
References AbstractViewHelper\buildRenderChildrenClosure().
|
static |
array | $arguments | |
callable | $renderChildrenClosure | |
RenderingContextInterface | $renderingContext |
Definition at line 70 of file PageBrowsingViewHelper.php.
References elseif, MathUtility\forceIntegerInRange(), and LocalizationUtility\translate().
|
staticprotected |
Definition at line 36 of file PageBrowsingViewHelper.php.