You are here

public function ClassBasedInterface::getClassName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/ClassBasedInterface.php \Symfony\Component\Validator\ClassBasedInterface::getClassName()

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 vendor/symfony/validator/Mapping/ClassMetadata.php
Returns the name of the backing PHP class.
MemberMetadata::getClassName in vendor/symfony/validator/Mapping/MemberMetadata.php
Returns the name of the backing PHP class.

File

vendor/symfony/validator/ClassBasedInterface.php, line 29

Class

ClassBasedInterface
An object backed by a PHP class.

Namespace

Symfony\Component\Validator

Code

public function getClassName();