class ClassMetadataFactory extends LazyLoadingMetadataFactory
deprecated
since version 2.5, to be removed in 3.0. Use {@link LazyLoadingMetadataFactory} instead.
Alias of {@link LazyLoadingMetadataFactory}.
Methods
__construct(LoaderInterface $loader = null, CacheInterface $cache = null) Creates a new metadata factory. | from LazyLoadingMetadataFactory | |
MetadataInterface | getMetadataFor(mixed $value) Returns the metadata for the given value. | from LazyLoadingMetadataFactory |
bool | hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the given value. | from LazyLoadingMetadataFactory |
Details
__construct(LoaderInterface $loader = null, CacheInterface $cache = null)
Creates a new metadata factory.
MetadataInterface 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.
Please login to continue.