interface ClassBasedInterface in Plug 7
An object backed by a PHP class.
@author Bernhard Schussek <bschussek@gmail.com>
Hierarchy
- interface \Symfony\Component\Validator\ClassBasedInterface
Expanded class hierarchy of ClassBasedInterface
All classes that implement ClassBasedInterface
Deprecated
Deprecated since version 2.5, to be removed in Symfony 3.0. Use {@link Mapping\ClassMetadataInterface} instead.
4 files declare their use of ClassBasedInterface
- ClassMetadataInterface.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Mapping/ ClassMetadataInterface.php - ExecutionContext.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Context/ ExecutionContext.php - LegacyClassMetadata.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Fixtures/ LegacyClassMetadata.php - PropertyMetadataInterface.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Mapping/ PropertyMetadataInterface.php
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ ClassBasedInterface.php, line 22
Namespace
Symfony\Component\ValidatorView source
interface ClassBasedInterface {
/**
* Returns the name of the backing PHP class.
*
* @return string The name of the backing class.
*/
public function getClassName();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassBasedInterface:: |
public | function | Returns the name of the backing PHP class. | 2 |