PropertyMetadataContainerInterface deprecated
interface PropertyMetadataContainerInterface
deprecated
A container for {@link PropertyMetadataInterface} instances.
Methods
bool
hasPropertyMetadata(string $property)
Check if there's any metadata attached to the given named property.
getPropertyMetadata(string $property)
Returns all metadata instances for the given named property.
Details
at line line 31
bool
hasPropertyMetadata(string $property)
Check if there's any metadata attached to the given named property.
at line line 44
PropertyMetadataInterface[]
getPropertyMetadata(string $property)
Returns all metadata instances for the given named property.
If your implementation does not support properties, simply throw an exception in this method (for example a BadMethodCallException).