__construct() public method

Initializes the class.
public __construct ( )
Exemplo n.º 1
0
 /**
  * Initializes the class.
  */
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 2
0
 /**
  * Initializes the class.
  */
 public function __construct()
 {
     parent::__construct();
     $this->siteScript = GeneralUtility::getIndpEnv('TYPO3_SITE_SCRIPT');
 }
Exemplo n.º 3
0
 /**
  * Initializes the class.
  */
 public function __construct()
 {
     parent::__construct();
     $this->pageRepository = $this->tsfe->sys_page;
 }