コード例 #1
0
ファイル: bundle.php プロジェクト: ddliu/tinyark
 public function __construct($app, $configs, $name, $path)
 {
     $this->name = $name;
     $this->{$path} = $path;
     parent::__construct($app, $configs);
 }