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