class AbstractStorageObjectProvider implements StorageObjectProviderInterface

Abstract, base implementation of object provider interface.

Methods

mixed
getIdentifier()

Returns the object identifier.

string
getUrl()

Returns the object URL.

string
getType()

Returns the object type as string.

getMimeTypeGuessers()

Returns the mime type guessers supported by object type.

Details

at line line 24
mixed getIdentifier()

Returns the object identifier.

Return Value

mixed

at line line 34
string getUrl()

Returns the object URL.

Return Value

string

at line line 50
string getType()

Returns the object type as string.

Return Value

string

at line line 61
MimeTypeResolverInterface[] getMimeTypeGuessers()

Returns the mime type guessers supported by object type.

Return Value

MimeTypeResolverInterface[]