App\Services\Filesystem\FilesystemInterface::get PHP Method

get() public method

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