You are here

public function StaticReflectionParser::getClassName in Plug 7

Return value

string

File

lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php, line 222

Class

StaticReflectionParser
Parses a file for namespaces/use/class declarations.

Namespace

Doctrine\Common\Reflection

Code

public function getClassName() {
  return $this->className;
}