You are here

public function ClassMetadataInterface::getConstrainedProperties in Zircon Profile 8

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

Returns the names of all constrained properties.

Return value

string[] A list of property names

1 method overrides ClassMetadataInterface::getConstrainedProperties()
ClassMetadata::getConstrainedProperties in vendor/symfony/validator/Mapping/ClassMetadata.php
Returns the names of all constrained properties.

File

vendor/symfony/validator/Mapping/ClassMetadataInterface.php, line 43

Class

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

Namespace

Symfony\Component\Validator\Mapping

Code

public function getConstrainedProperties();