You are here

public function ReflectionService::getClassShortName in Plug 7

Returns the shortname of a class.

Parameters

string $class:

Return value

string

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

File

lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php, line 50

Class

ReflectionService
Very simple reflection service abstraction.

Namespace

Doctrine\Common\Persistence\Mapping

Code

public function getClassShortName($class);