Ejemplo n.º 1
0
 /**
  *
  * @return INSTALL_FeedBack
  */
 public static function getInstance()
 {
     if (self::$classInstance === null) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }
Ejemplo n.º 2
0
 /**
  * 
  * @return INSTALL_FeedBack
  */
 public static function getFeedback()
 {
     return INSTALL_FeedBack::getInstance();
 }