public function Context::getNamespaceAliases in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Context.php \phpDocumentor\Reflection\DocBlock\Context::getNamespaceAliases()
Return value
array List of namespace aliases => Fully Qualified Namespace.
File
- vendor/
phpdocumentor/ reflection-docblock/ src/ phpDocumentor/ Reflection/ DocBlock/ Context.php, line 65
Class
- Context
- The context in which a DocBlock occurs.
Namespace
phpDocumentor\Reflection\DocBlockCode
public function getNamespaceAliases() {
return $this->namespace_aliases;
}