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() { } /** * * @return string */ public function getLabel() { return 'Pantheon'; } /** * this function is called if current hosting is this */ public function setCustomParams() { } }