__construct() public méthode

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