示例#1
0
 /**
  * @param string $path
  */
 public function __construct($path)
 {
     parent::__construct(new FileSystem(new Local('/')), $path);
 }