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 <tt>BadMethodCallException</tt>).
string $property The property name.:
PropertyMetadataInterface[] A list of metadata instances. Empty if no metadata exists for the property.
public function getPropertyMetadata($property);