/**
  * Function will be called before every other action
  *
  * @return void
  */
 public function initializeAction()
 {
     $this->pageUid = (int) \TYPO3\CMS\Core\Utility\GeneralUtility::_GET('id');
     $this->setTsConfig();
     parent::initializeAction();
 }
 /**
  * Function will be called before every other action
  *
  * @return void
  */
 public function initializeAction()
 {
     $this->pageUid = (int) t3lib_div::_GET('id');
     parent::initializeAction();
 }