You are here

public function PropertyMetadataContainerInterface::hasPropertyMetadata in Plug 7

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 lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php
Check if there's any metadata attached to the given named property.

File

lib/Symfony/validator/Symfony/Component/Validator/PropertyMetadataContainerInterface.php, line 31

Class

PropertyMetadataContainerInterface
A container for {@link PropertyMetadataInterface} instances.

Namespace

Symfony\Component\Validator

Code

public function hasPropertyMetadata($property);