TYPO3 CMS  TYPO3_6-2
WebInfoController.php
Go to the documentation of this file.
1 <?php
3 
23 
29  public function initializeAction() {
30  $this->isInPageContext = TRUE;
31  $this->pageId = (int)\TYPO3\CMS\Core\Utility\GeneralUtility::_GP('id');
32  }
33 
34 }