Path : /var/www/clients/client0/web25/web/vendor/unisharp/laravel-filemanager/src/Events/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/clients/client0/web25/web/vendor/unisharp/laravel-filemanager/src/Events/FileIsMoving.php |
<?php namespace UniSharp\LaravelFilemanager\Events; class FileIsMoving { private $old_path; private $new_path; public function __construct($old_path, $new_path) { $this->old_path = $old_path; $this->new_path = $new_path; } /** * @return string */ public function oldPath() { return $this->old_path; } public function newPath() { return $this->new_path; } }