public function StaticReflectionService::getParentClasses in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php \Doctrine\Common\Persistence\Mapping\StaticReflectionService::getParentClasses()
Returns an array of the parent classes (not interfaces) for the given class.
Parameters
string $class:
Return value
array
Throws
\Doctrine\Common\Persistence\Mapping\MappingException
Overrides ReflectionService::getParentClasses
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ StaticReflectionService.php, line 32
Class
- StaticReflectionService
- PHP Runtime Reflection Service.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getParentClasses($class) {
return array();
}