Author: Dmitry Dulepov (dmitry.dulepov@gmail.com)
Example #1
0
 /**
  * Initializes the decoder.
  *
  * @throws \Exception
  */
 protected function initialize()
 {
     parent::initialize();
     $this->disallowedDoktypes = PageRepository::DOKTYPE_RECYCLER;
 }
Example #2
0
 /**
  * Initializes the class.
  */
 public function __construct()
 {
     parent::__construct();
     $this->pageRepository = $this->tsfe->sys_page;
 }
Example #3
0
 /**
  * Initializes the class.
  */
 public function __construct()
 {
     parent::__construct();
 }
Example #4
0
 /**
  * Initializes the class.
  */
 public function __construct()
 {
     parent::__construct();
     $this->siteScript = GeneralUtility::getIndpEnv('TYPO3_SITE_SCRIPT');
 }