public function ReflectionService::getClassNamespace in Plug 7
Parameters
string $class:
Return value
string
2 methods override ReflectionService::getClassNamespace()
- RuntimeReflectionService::getClassNamespace in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ RuntimeReflectionService.php - StaticReflectionService::getClassNamespace in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ StaticReflectionService.php
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ ReflectionService.php, line 57
Class
- ReflectionService
- Very simple reflection service abstraction.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getClassNamespace($class);