ResolverInterface
interface ResolverInterface implements LoggerAwareInterface
Interface for generic resolver implementation.
Methods
bool
supports(
StorageObjectInterface $object = null)
Determine if resolver is supported and supports object.
bool|mixed
Details
at line line 29
bool
supports(
StorageObjectInterface $object = null)
Determine if resolver is supported and supports object.
at line line 38
bool|mixed
resolve(
StorageObjectInterface $object)
Attempt to determine the mime type of the file object.