MetadataFactoryInterface deprecated
interface MetadataFactoryInterface
deprecated
Returns {@link MetadataInterface} instances for values.
Methods
getMetadataFor(mixed $value)
Returns the metadata for the given value.
bool
hasMetadataFor(mixed $value)
Returns whether the class is able to return metadata for the given value.
Details
at line line 33
MetadataInterface
getMetadataFor(mixed $value)
Returns the metadata for the given value.
at line line 42
bool
hasMetadataFor(mixed $value)
Returns whether the class is able to return metadata for the given value.