function ReflectionService::getParentClasses

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

Parameters

string $class:

Return value

array

2 methods override ReflectionService::getParentClasses()
RuntimeReflectionService::getParentClasses in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
Return an array of the parent classes (not interfaces) for the given class.
StaticReflectionService::getParentClasses in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
Return an array of the parent classes (not interfaces) for the given class.

File

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

Class

ReflectionService
Very simple reflection service abstraction.

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getParentClasses($class);