/**
  * Initializes the script path
  *
  * @return void
  * @todo Define visibility
  */
 public function __construct()
 {
     parent::__construct();
     $this->determineScriptUrl();
 }
 /**
  * Initializes the script path
  *
  * @return void
  * @todo Define visibility
  */
 public function __construct()
 {
     parent::__construct();
     $this->thisScript = \TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv('SCRIPT_NAME');
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->iconFactory = GeneralUtility::makeInstance(IconFactory::class);
 }