You are here

public function ReflectionService::getClassShortName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php \Doctrine\Common\Persistence\Mapping\ReflectionService::getClassShortName()

Returns the shortname of a class.

Parameters

string $class:

Return value

string

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

File

vendor/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);