ClassMetadataFactory deprecated
class ClassMetadataFactory extends LazyLoadingMetadataFactory
deprecated
Alias of {@link LazyLoadingMetadataFactory}.
Methods
__construct(LoaderInterface $loader = null, CacheInterface $cache = null)
Creates a new metadata factory.
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
in LazyLoadingMetadataFactory at line line 71
__construct(LoaderInterface $loader = null, CacheInterface $cache = null)
Creates a new metadata factory.
in LazyLoadingMetadataFactory at line line 92
MetadataInterface
getMetadataFor(mixed $value)
Returns the metadata for the given value.
in LazyLoadingMetadataFactory at line line 141
bool
hasMetadataFor(mixed $value)
Returns whether the class is able to return metadata for the given value.