Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->confArr = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['cal']);
     $useLocationStructure = $this->confArr['useLocationStructure'] ? $this->confArr['useLocationStructure'] : 'tx_cal_organizer';
     if ($useLocationStructure != 'tx_partner_main') {
         $this->extensionIsNotLoaded = true;
         return;
     }
     require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('partner') . 'api/class.tx_partner_main.php';
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->pointerName = $this->controller->getPointerName();
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $this->baseUrl = '';
     // GeneralUtility::getIndpEnv('TYPO3_SITE_URL');
 }
Esempio n. 5
0
 public function __construct()
 {
     parent::__construct();
     $this->confArr = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['cal']);
 }