/** * * @return INSTALL_FeedBack */ public static function getInstance() { if (self::$classInstance === null) { self::$classInstance = new self(); } return self::$classInstance; }
/** * * @return INSTALL_FeedBack */ public static function getFeedback() { return INSTALL_FeedBack::getInstance(); }