public function Context::getNamespace in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Context.php \phpDocumentor\Reflection\DocBlock\Context::getNamespace()
Return value
string The namespace where this DocBlock resides in.
File
- vendor/
phpdocumentor/ reflection-docblock/ src/ phpDocumentor/ Reflection/ DocBlock/ Context.php, line 57
Class
- Context
- The context in which a DocBlock occurs.
Namespace
phpDocumentor\Reflection\DocBlockCode
public function getNamespace() {
return $this->namespace;
}