class TestElementMetadata in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/validator/Tests/Mapping/LegacyElementMetadataTest.php \Symfony\Component\Validator\Tests\Mapping\TestElementMetadata
Hierarchy
- class \Symfony\Component\Validator\Mapping\GenericMetadata implements MetadataInterface
- class \Symfony\Component\Validator\Mapping\ElementMetadata
- class \Symfony\Component\Validator\Tests\Mapping\TestElementMetadata
- class \Symfony\Component\Validator\Mapping\ElementMetadata
Expanded class hierarchy of TestElementMetadata
File
- vendor/
symfony/ validator/ Tests/ Mapping/ LegacyElementMetadataTest.php, line 76
Namespace
Symfony\Component\Validator\Tests\MappingView source
class TestElementMetadata extends ElementMetadata {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ElementMetadata:: |
public | function | 2 | |
GenericMetadata:: |
public | property | The strategy for cascading objects. | |
GenericMetadata:: |
public | property | @internal This property is public in order to reduce the size of the class' serialized representation. Do not access it. Use {@link getConstraints()} and {@link findConstraints()} instead. | |
GenericMetadata:: |
public | property | @internal This property is public in order to reduce the size of the class' serialized representation. Do not access it. Use {@link findConstraints()} instead. | |
GenericMetadata:: |
public | property | The strategy for traversing traversable objects. | 1 |
GenericMetadata:: |
public | function |
Exists for compatibility with the deprecated
{@link Symfony\Component\Validator\MetadataInterface}. Overrides MetadataInterface:: |
2 |
GenericMetadata:: |
public | function | Adds a constraint. | 2 |
GenericMetadata:: |
public | function | Adds an list of constraints. | |
GenericMetadata:: |
public | function |
Aware of the global group (* group). Overrides MetadataInterface:: |
|
GenericMetadata:: |
public | function |
Returns the strategy for cascading objects. Overrides MetadataInterface:: |
1 |
GenericMetadata:: |
public | function |
Returns all constraints of this element. Overrides MetadataInterface:: |
|
GenericMetadata:: |
public | function |
Returns the strategy for traversing traversable objects. Overrides MetadataInterface:: |
|
GenericMetadata:: |
public | function | Returns whether this element has any constraints. | |
GenericMetadata:: |
public | function | Clones this object. | |
GenericMetadata:: |
public | function | Returns the names of the properties that should be serialized. | 2 |