class TestElementMetadata

Hierarchy

Expanded class hierarchy of TestElementMetadata

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php, line 73

Namespace

Symfony\Component\Validator\Tests\Mapping
View source
class TestElementMetadata extends ElementMetadata {

}

Members

Namesort descending Modifiers Type Description Overrides
ElementMetadata::$constraints public property
ElementMetadata::$constraintsByGroup public property
ElementMetadata::addConstraint public function Adds a constraint to this element. 2
ElementMetadata::findConstraints public function Returns the constraints of the given group and global ones (* group).
ElementMetadata::getConstraints public function Returns all constraints of this element.
ElementMetadata::hasConstraints public function Returns whether this element has any constraints.
ElementMetadata::__clone public function Clones this object.
ElementMetadata::__sleep public function Returns the names of the properties that should be serialized. 2