/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->getLanguageService()->includeLLFile('EXT:lang/locallang_misc.xlf');
     $GLOBALS['SOBE'] = $this;
     $this->init();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $GLOBALS['SOBE'] = $this;
     $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
     $this->init();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $GLOBALS['SOBE'] = $this;
     $this->init();
 }
 /**
  * Instantiate the form protection before a simulated user is initialized.
  */
 public function __construct()
 {
     parent::__construct();
     $this->formProtection = FormProtectionFactory::get();
 }
Example #5
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->getLanguageService()->includeLLFile('EXT:lang/Resources/Private/Language/locallang_mod_web_list.xlf');
     $this->moduleTemplate->getPageRenderer()->loadJquery();
     $this->moduleTemplate->getPageRenderer()->loadRequireJsModule('TYPO3/CMS/Recordlist/FieldSelectBox');
     $this->moduleTemplate->getPageRenderer()->loadRequireJsModule('TYPO3/CMS/Recordlist/Recordlist');
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->init();
 }
Example #7
0
 /**
  * Instantiate the form protection before a simulated user is initialized.
  */
 public function __construct()
 {
     parent::__construct();
     $this->formProtection = FormProtectionFactory::get();
     $this->moduleTemplate->getPageRenderer()->loadRequireJsModule('TYPO3/CMS/Backend/Modal');
 }
Example #8
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $GLOBALS['SOBE'] = $this;
     $this->view = $this->getFluidTemplateObject();
     $this->menuItemView = $this->getFluidTemplateObject('MenuItem.html');
     $this->init();
 }
Example #9
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $GLOBALS['SOBE'] = $this;
     $this->getLanguageService()->includeLLFile('EXT:lang/Resources/Private/Language/locallang_alt_doc.xlf');
 }