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'; }
public function __construct() { parent::__construct(); }
public function __construct() { parent::__construct(); $this->pointerName = $this->controller->getPointerName(); }
public function __construct() { parent::__construct(); $this->baseUrl = ''; // GeneralUtility::getIndpEnv('TYPO3_SITE_URL'); }
public function __construct() { parent::__construct(); $this->confArr = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['cal']); }