Dmyers\Storage\Adapter\Local::move PHP Метод

move() публичный Метод

{@inheritDoc}
public move ( $path, $target )
    public function move($path, $target)
    {
        return \File::move($this->computePath($path), $this->computePath($target));
    }