Exemplo n.º 1
0
 /**
  * Purges the current instance so that getInstance will create a new
  * instance.
  *
  * @return void
  */
 public static function purgeInstance()
 {
     self::$instance = NULL;
 }