コード例 #1
0
ファイル: DI.php プロジェクト: aisuhua/phalcon-php
 /**
  * Resets the internal default DI
  */
 public static function reset()
 {
     self::$_default = null;
 }
コード例 #2
0
ファイル: phalcon.php プロジェクト: NumbDai/zephir
 public static function setDi($di)
 {
     self::$di = $di;
 }