示例#1
0
文件: Library.php 项目: phpf/micro
 public final function __construct($id, $path)
 {
     parent::__construct($id, $path);
 }
示例#2
0
 public function __construct(string $dirPath, JsonObject $config)
 {
     parent::__construct($this, $dirPath, $config);
 }