function ClassMetadata::getName

Get fully-qualified class name of this persistent class.

Return value

string

1 method overrides ClassMetadata::getName()
TestObjectMetadata::getName in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Get fully-qualified class name of this persistent class.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php, line 38

Class

ClassMetadata
Contract for a Doctrine persistence layer ClassMetadata class to implement.

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getName();