Exemple #1
0
 public function __construct()
 {
     static::$contaner = new \yii\di\Container();
 }
Exemple #2
0
 public static function setContaner(ContainerInterface $contaner)
 {
     static::$contaner = $contaner;
 }