public function Context::getLSEN 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::getLSEN()
Returns the Local Structural Element Name.
Return value
string Name of the structural element, within the namespace.
File
- vendor/
phpdocumentor/ reflection-docblock/ src/ phpDocumentor/ Reflection/ DocBlock/ Context.php, line 75
Class
- Context
- The context in which a DocBlock occurs.
Namespace
phpDocumentor\Reflection\DocBlockCode
public function getLSEN() {
return $this->lsen;
}