public function StaticReflectionService::getParentClasses

Return an array of the parent classes (not interfaces) for the given class.

Parameters

string $class:

Return value

array

Overrides ReflectionService::getParentClasses

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php, line 38

Class

StaticReflectionService
PHP Runtime Reflection Service

Namespace

Doctrine\Common\Persistence\Mapping

Code

public function getParentClasses($class) {
  return array();
}