TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook Class Reference
Inheritance diagram for TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook:
tx_indexedsearch_tslib_fe_hook

Public Member Functions

 headerNoCache (array &$params, $ref)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Hooks for (TSFE).

Author
Oliver Hader olive.nosp@m.r@ty.nosp@m.po3.o.nosp@m.rg

Definition at line 21 of file TypoScriptFrontendHook.php.

Member Function Documentation

◆ headerNoCache()

TYPO3\CMS\IndexedSearch\Hook\TypoScriptFrontendHook::headerNoCache ( array &  $params,
  $ref 
)

Frontend hook: If the page is not being re-generated this is our chance to force it to be (because re-generation of the page is required in order to have the indexer called!)

Parameters
arrayParameters from frontend
objectTSFE object (reference under PHP5)
Returns
void

Definition at line 30 of file TypoScriptFrontendHook.php.