TYPO3 CMS  TYPO3_6-2
class.tslib_pagegen.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @deprecated since 6.0, the classname TSpagegen and this file is obsolete
4  * and will be removed with 6.2. The class was renamed and is now located at:
5  * typo3/sysext/frontend/Classes/Page/PageGenerator.php
6  */
7 require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('frontend') . 'Classes/Page/PageGenerator.php';
16 
20  public $fetchAllFields = TRUE;
21 
25  public function __construct() {
27  'Class FE_loadDBGroup is deprecated and unused since TYPO3 6.1. It will be removed with version 6.3.'
28  );
29  }
30 
31 }