getValue(PrmMng::PARAM_PATH_MUPLUGINS_NEW) . '/pantheon.php'; return file_exists($testFile); } /** * the init function. * is called only if isHosting is true * * @return void */ public function init(): void { } /** * * @return string */ public function getLabel(): string { return 'Pantheon'; } /** * this function is called if current hosting is this * * @return void */ public function setCustomParams(): void { } }