You are here

public function ClassBasedInterface::getClassName in Plug 7

Returns the name of the backing PHP class.

Return value

string The name of the backing class.

2 methods override ClassBasedInterface::getClassName()
ClassMetadata::getClassName in lib/Symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php
Returns the name of the backing PHP class.
MemberMetadata::getClassName in lib/Symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php
Returns the name of the backing PHP class.

File

lib/Symfony/validator/Symfony/Component/Validator/ClassBasedInterface.php, line 29

Class

ClassBasedInterface
An object backed by a PHP class.

Namespace

Symfony\Component\Validator

Code

public function getClassName();