interface ProtectedAdapter implements AdapterInterface

An adapter which does not publicly expose protected files

Methods

string|null
getProtectedUrl(string $path)

Provide downloadable url that is restricted to granted users

Details

at line 19
string|null getProtectedUrl(string $path)

Provide downloadable url that is restricted to granted users

Parameters

string $path

Return Value

string|null