You are here

public function PropertyMetadataContainerInterface::hasPropertyMetadata in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/PropertyMetadataContainerInterface.php \Symfony\Component\Validator\PropertyMetadataContainerInterface::hasPropertyMetadata()

Check if there's any metadata attached to the given named property.

Parameters

string $property The property name.:

Return value

bool

1 method overrides PropertyMetadataContainerInterface::hasPropertyMetadata()
ClassMetadata::hasPropertyMetadata in vendor/symfony/validator/Mapping/ClassMetadata.php
Check if there's any metadata attached to the given named property.

File

vendor/symfony/validator/PropertyMetadataContainerInterface.php, line 31

Class

PropertyMetadataContainerInterface
A container for {@link PropertyMetadataInterface} instances.

Namespace

Symfony\Component\Validator

Code

public function hasPropertyMetadata($property);