Esempio n. 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->getLanguageService()->includeLLFile('EXT:lang/locallang_wizards.xlf');
     $GLOBALS['SOBE'] = $this;
     $this->init();
 }
Esempio n. 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
     $this->getLanguageService()->includeLLFile('EXT:lang/locallang_wizards.xlf');
     $GLOBALS['SOBE'] = $this;
     $this->init();
 }
Esempio n. 3
0
 /**
  * Initialization of the class, setting GPvars.
  */
 public function __construct()
 {
     parent::__construct();
     $this->getLanguageService()->includeLLFile('EXT:lang/locallang_wizards.xlf');
     $GLOBALS['SOBE'] = $this;
     $this->P = GeneralUtility::_GP('P');
     $this->table = GeneralUtility::_GP('table');
     $this->id = GeneralUtility::_GP('id');
 }