You are here

public function ClassMetadataInterface::getConstrainedProperties in Plug 7

Returns the names of all constrained properties.

Return value

string[] A list of property names

1 method overrides ClassMetadataInterface::getConstrainedProperties()
ClassMetadata::getConstrainedProperties in lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php
Returns the names of all constrained properties.

File

lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php, line 42

Class

ClassMetadataInterface
Stores all metadata needed for validating objects of specific class.

Namespace

Symfony\Component\Validator\Mapping

Code

public function getConstrainedProperties();