$fileSystem $fileSystem : \League\Flysystem\FilesystemInterface Type \League\Flysystem\FilesystemInterface —
__construct() __construct(\League\Flysystem\FilesystemInterface $fileSystem, string $fileName) : mixed Parameters \League\Flysystem\FilesystemInterface $fileSystem string $fileName Returns mixed —
getContents() getContents() : string Returns the content of the file as a string. Throws \League\Flysystem\FileNotFoundException Returns string —
md5() md5() : string Returns md5 hash of the file. Throws \League\Flysystem\FileNotFoundException Returns string —