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\ReflectionCode
public function getClassName() {
return $this->className;
}