function ReflectionService::getClassShortName

Return the shortname of a class.

Parameters

string $class:

Return value

string

2 methods override ReflectionService::getClassShortName()
RuntimeReflectionService::getClassShortName in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
Return the shortname of a class.
StaticReflectionService::getClassShortName in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
Return the shortname of a class.

File

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

Class

ReflectionService
Very simple reflection service abstraction.

Namespace

Doctrine\Common\Persistence\Mapping

Code

function getClassShortName($class);