예제 #1
0
파일: bundle.php 프로젝트: ddliu/tinyark
 public function __construct($app, $configs, $name, $path)
 {
     $this->name = $name;
     $this->{$path} = $path;
     parent::__construct($app, $configs);
 }