Exemple #1
0
 /**
  * Resets the internal default DI
  */
 public static function reset()
 {
     self::$_default = null;
 }
Exemple #2
0
 public static function setDi($di)
 {
     self::$di = $di;
 }