class CustomMetadataFactory implements MetadataFactoryInterface
Class CustomMetadataFactory.
Methods
bool
hasMetadataFor(mixed $value)
Returns whether the class is able to return metadata for the given value.
Details
at line 31
setVersion(string|null $version)
at line 39
setListener(LoaderListenerInterface $listener)
at line 53
MetadataInterface
getMetadataFor(mixed $value)
Returns the metadata for the given value.
at line 79
bool
hasMetadataFor(mixed $value)
Returns whether the class is able to return metadata for the given value.