interface LegacyClassMetadata in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Fixtures/LegacyClassMetadata.php \Symfony\Component\Validator\Tests\Fixtures\LegacyClassMetadata
Hierarchy
- interface \Symfony\Component\Validator\MetadataInterface; interface \Symfony\Component\Validator\PropertyMetadataContainerInterface; interface \Symfony\Component\Validator\ClassBasedInterface
- interface \Symfony\Component\Validator\Tests\Fixtures\LegacyClassMetadata
Expanded class hierarchy of LegacyClassMetadata
All classes that implement LegacyClassMetadata
File
- vendor/
symfony/ validator/ Tests/ Fixtures/ LegacyClassMetadata.php, line 18
Namespace
Symfony\Component\Validator\Tests\FixturesView source
interface LegacyClassMetadata extends MetadataInterface, PropertyMetadataContainerInterface, ClassBasedInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassBasedInterface:: |
public | function | Returns the name of the backing PHP class. | 2 |
MetadataInterface:: |
public | function | Implementation of the Visitor design pattern. | 2 |
MetadataInterface:: |
public | function | Returns all constraints for a given validation group. | 2 |
PropertyMetadataContainerInterface:: |
public | function | Returns all metadata instances for the given named property. | 1 |
PropertyMetadataContainerInterface:: |
public | function | Check if there's any metadata attached to the given named property. | 1 |