You are here

public function ClassMetadata::getName in Plug 7

Gets the fully-qualified class name of this persistent class.

Return value

string

2 methods override ClassMetadata::getName()
LazyLoadableObjectClassMetadata::getName in lib/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php
Gets the fully-qualified class name of this persistent class.
TestObjectMetadata::getName in lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Gets the fully-qualified class name of this persistent class.

File

lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php, line 37

Class

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

Namespace

Doctrine\Common\Persistence\Mapping

Code

public function getName();