public function TestObjectMetadata::getName in Plug 7
Gets the fully-qualified class name of this persistent class.
Return value
string
Overrides ClassMetadata::getName
1 call to TestObjectMetadata::getName()
- TestObjectMetadata::getReflectionClass in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - Gets the ReflectionClass instance for this mapped class.
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php, line 182
Class
Namespace
Doctrine\Tests\Common\PersistenceCode
public function getName() {
return __NAMESPACE__ . '\\TestObject';
}