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