getNamespace()
getNamespace() : \phpDocumentor\Descriptor\Interfaces\NamespaceInterface|string
Returns the namespace for this element (defaults to global "\")
Describes the public interface of the description for a method.
setLocation(\phpDocumentor\Descriptor\Interfaces\FileInterface $file, \phpDocumentor\Reflection\Location $startLocation) : void
Sets the file and location for this element.
\phpDocumentor\Descriptor\Interfaces\FileInterface | $file | |
\phpDocumentor\Reflection\Location | $startLocation |
getTags() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor>>
Returns all tags associated with this element.
getInheritedElement() : \phpDocumentor\Descriptor\Interfaces\ElementInterface|string|\phpDocumentor\Reflection\Fqsen|null
Returns the element from which this element inherits, or null if it doesn't inherit any information.