interface AssetStoreRouter

Represents a store usable with ProtectedFileController to serve up non-direct file requests

Methods

getResponseFor(string $asset)

Generate a custom HTTP response for a request to a given asset, identified by a path.

Details

at line 22
HTTPResponse getResponseFor(string $asset)

Generate a custom HTTP response for a request to a given asset, identified by a path.

Parameters

string $asset Asset path name, omitting any leading 'assets'

Return Value

HTTPResponse

Exceptions

HTTPResponse_Exception