コード例 #1
0
ファイル: File.php プロジェクト: crip-laravel/filemanager
 /**
  * Update file when path manager is set up
  *
  * @param Path $path
  */
 protected function onPathUpdate(Path $path)
 {
     $this->file->dir = $this->url->pathToUrl($path->relativePath());
     $this->thumb->setPath($path);
 }
コード例 #2
0
 /**
  * Update file when path manager is set up
  *
  * @param Path $path
  */
 protected function onPathUpdate(Path $path)
 {
     $this->file->setPath($path);
     $this->thumb->setPath($path);
 }