Exemple #1
0
 /**
  * @return self
  */
 public static function refreshInstance()
 {
     self::$_objInstance = new self();
     return self::$_objInstance;
 }