コード例 #1
0
ファイル: Library.php プロジェクト: phpf/micro
 public final function __construct($id, $path)
 {
     parent::__construct($id, $path);
 }
コード例 #2
0
ファイル: RootPackage.php プロジェクト: joshdifabio/composed
 public function __construct(string $dirPath, JsonObject $config)
 {
     parent::__construct($this, $dirPath, $config);
 }