ClassUtils::getParentClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php |
Get the real parent class name of a class or object |
ClassUtilsTest::testGetParentClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php |
|
ReflectionService::getParentClasses |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php |
Return an array of the parent classes (not interfaces) for the given class. |
StaticReflectionClass::getParentClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
StaticReflectionService::getParentClasses |
function |
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. |
RuntimeReflectionService::getParentClasses |
function |
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. |
AbstractClassMetadataFactory::getParentClasses |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Get array of parent classes for the given entity class |
StaticReflectionServiceTest::testGetParentClasses |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
RuntimeReflectionServiceTest::testGetParentClasses |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|