interface PublicAdapter implements AdapterInterface (View source)

Represents an AbstractAdapter which exposes its assets via public urls

Methods

public
string|null
getPublicUrl(string $path)

Provide downloadable url that is open to the public

Details

string|null getPublicUrl(string $path)

Provide downloadable url that is open to the public

Parameters

string $path

Return Value

string|null