public function StaticReflectionService::getParentClasses in Plug 7
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
- lib/
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();
}