/** * Constructor */ public function __construct() { parent::__construct(); $this->getLanguageService()->includeLLFile('EXT:lang/locallang_wizards.xlf'); $GLOBALS['SOBE'] = $this; $this->init(); }
/** * 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(); }
/** * 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'); }