コード例 #1
0
 public function __construct(Filesystem $filesystem, File $source, File $target)
 {
     parent::__construct($filesystem);
     $this->source = $source;
     $this->destination = $target;
 }
コード例 #2
0
ファイル: FileEvent.php プロジェクト: filicious/core
 public function __construct(Filesystem $filesystem, File $file)
 {
     parent::__construct($filesystem);
     $this->file = $file;
 }