TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\Page\PageRepositoryGetPageHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Frontend\Page\PageRepositoryGetPageHookInterface:
t3lib_pageSelect_getPageHook

Public Member Functions

 getPage_preProcess (&$uid, &$disableGroupAccessCheck, \TYPO3\CMS\Frontend\Page\PageRepository $parentObject)
 

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! Interface for classes which hook into pageSelect and do additional getPage processing

Author
Christian Kuhn lolli.nosp@m.@sch.nosp@m.warzb.nosp@m.u.ch

Definition at line 22 of file PageRepositoryGetPageHookInterface.php.

Member Function Documentation

◆ getPage_preProcess()

TYPO3\CMS\Frontend\Page\PageRepositoryGetPageHookInterface::getPage_preProcess ( $uid,
$disableGroupAccessCheck,
\TYPO3\CMS\Frontend\Page\PageRepository  $parentObject 
)

Modifies the DB params

Parameters
integer$uidThe page ID
boolean$disableGroupAccessCheckIf set, the check for group access is disabled. VERY rarely used
\TYPO3\CMS\Frontend\Page\PageRepository$parentObjectParent object
Returns
void