setFullyQualifiedStructuralElementName()
setFullyQualifiedStructuralElementName(string $name) : void
Sets the Fully Qualified Structural Element Name (FQSEN) for this element.
Parameters
string | $name |
Describes the public interface for the description of a namespace.
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.
getConstants() : \phpDocumentor\Descriptor\Collection
getFunctions() : \phpDocumentor\Descriptor\Collection
getClasses() : \phpDocumentor\Descriptor\Collection
getInterfaces() : \phpDocumentor\Descriptor\Collection
getTraits() : \phpDocumentor\Descriptor\Collection
getParent() : \phpDocumentor\Descriptor\DescriptorAbstract
Returns the parent for this descriptor.
setParent(\phpDocumentor\Descriptor\DescriptorAbstract $parent) : void
Sets the parent for this Descriptor.
\phpDocumentor\Descriptor\DescriptorAbstract | $parent |
getChildren() : \phpDocumentor\Descriptor\Collection