ClassMetadata::getPropertyMetadata()

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).

Parameters

string $property The property name

Return Value

PropertyMetadataInterface[] A list of metadata instances. Empty if no metadata exists for the property.
doc_Symfony
2016-10-28 06:08:54
Comments
Leave a Comment

Please login to continue.