getNamespace()
getNamespace() : \phpDocumentor\Descriptor\Interfaces\NamespaceInterface|string
Returns the namespace for this element (defaults to global "\")
Public interface definition for object representing traits.
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.
setProperties(\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\PropertyInterface> $properties) : void
Sets the properties associated with this trait.
\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\PropertyInterface> | $properties |
getInheritedProperties() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\PropertyInterface>
Returns all properties inherited from parent traits.