BlackholeMetadataFactory deprecated

class BlackholeMetadataFactory extends BlackHoleMetadataFactory

deprecated

since version 2.5, to be removed in 3.0. Use {@link Factory\BlackHoleMetadataFactory} instead.

Alias of {@link Factory\BlackHoleMetadataFactory}.

Methods

MetadataInterface getMetadataFor(mixed $value)

Returns the metadata for the given value.

from BlackHoleMetadataFactory
bool hasMetadataFor(mixed $value)

Returns whether the class is able to return metadata for the given value.

from BlackHoleMetadataFactory

Details

MetadataInterface getMetadataFor(mixed $value)

Returns the metadata for the given value.

Parameters

mixed $value Some value

Return Value

MetadataInterface The metadata for the value

Exceptions

NoSuchMetadataException If no metadata exists for the given value

bool hasMetadataFor(mixed $value)

Returns whether the class is able to return metadata for the given value.

Parameters

mixed $value Some value

Return Value

bool Whether metadata can be returned for that value
doc_Symfony
2016-10-28 06:06:59
Comments
Leave a Comment

Please login to continue.