interface Mapper

Resolves asset references to Asset objects for a specific storage backend.

Methods

getAsset(string $reference, array $options = [])

Returns an Asset for the given reference.

Details

at line 16
Asset getAsset(string $reference, array $options = [])

Returns an Asset for the given reference.

Parameters

string $reference
array $options

mapper-specific options

Return Value

Asset

Exceptions

AssetNotFoundException