App\Services\Filesystem\FilesystemInterface::get PHP Méthode

get() public méthode

Read a file.
public get ( string $path ) : string
$path string File path
Résultat string Contents
    public function get($path);
FilesystemInterface