interface LegacyClassMetadata in Plug 7
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
- lib/
Symfony/ validator/ Symfony/ Component/ 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. | 1 |
MetadataInterface:: |
public | function | Returns all constraints for a given validation group. | 1 |
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 |