public static function getInstance() { if (self::$instance) { return self::$instance; } self::$instance = new EpiForm(); return self::$instance; }