setFullyQualifiedStructuralElementName()
setFullyQualifiedStructuralElementName(string $name) : void
Sets the Fully Qualified Structural Element Name (FQSEN) for this element.
Parameters
string | $name |
Descriptor representing a constant on a class, trait, property or file.
setLocation(\phpDocumentor\Descriptor\FileDescriptor $file, integer $line) : void
Sets the file and location for this element.
\phpDocumentor\Descriptor\FileDescriptor | $file | |
integer | $line |
getTags() : \phpDocumentor\Descriptor\Collection
Returns all tags associated with this element.
setTypes(\phpDocumentor\Descriptor\Collection $types) : void
Sets the types that this constant may contain.
\phpDocumentor\Descriptor\Collection | $types |