PHP Class Devise\Media\Files\Filesystem

Inheritance: extends Illuminate\Filesystem\Filesystem
Exibir arquivo Open project: devisephp/cms Class Usage Examples

Public Methods

Method Description
rename ( string $path, string $target ) Relocates a path from a location to a new location
search ( string $directory, string $pattern ) : File[] Search this directory for this pattern

Method Details

rename() public method

Relocates a path from a location to a new location
public rename ( string $path, string $target )
$path string
$target string