Exemplo n.º 1
0
 /**
  * Initializes this object
  *
  * @return void
  */
 public function initializeObject()
 {
     $this->cObj = $this->configurationManager->getContentObject();
     $typoScriptSetup = $this->configurationManager->getConfiguration(\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FULL_TYPOSCRIPT);
     $this->conf = $typoScriptSetup['plugin.']['tx_powermail.']['settings.']['setup.'];
     // merge extension manager settings and typoscript and flexform
     Div::mergeTypoScript2FlexForm($this->settings);
     $this->signalSlotDispatcher->dispatch(__CLASS__, __FUNCTION__ . 'Settings', array($this));
     if ($this->settings['debug']['settings']) {
         GeneralUtility::devLog('Settings', $this->extensionName, 0, $this->settings);
     }
 }
Exemplo n.º 2
0
 /**
  * Object initialization
  *
  * @return void
  */
 public function initializeObject()
 {
     // merge typoscript to flexform
     Div::mergeTypoScript2FlexForm($this->settings, 'Pi2');
 }