You are here

public function Context::getLSEN in Zircon Profile 8

Same name and namespace in other branches
  1. 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\DocBlock

Code

public function getLSEN() {
  return $this->lsen;
}