setFullyQualifiedStructuralElementName()
setFullyQualifiedStructuralElementName(string $name) : void
Sets the Fully Qualified Structural Element Name (FQSEN) for this element.
Parameters
string | $name |
Common interface representing the description of a class.
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.
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 |
setInterfaces(\phpDocumentor\Descriptor\Collection $interfaces) : void
\phpDocumentor\Descriptor\Collection | $interfaces |
getInterfaces() : \phpDocumentor\Descriptor\Collection
setConstants(\phpDocumentor\Descriptor\Collection $constants) : void
\phpDocumentor\Descriptor\Collection | $constants |
getConstants() : \phpDocumentor\Descriptor\Collection
setMethods(\phpDocumentor\Descriptor\Collection $methods) : void
\phpDocumentor\Descriptor\Collection | $methods |
getMethods() : \phpDocumentor\Descriptor\Collection
getInheritedMethods() : \phpDocumentor\Descriptor\Collection
setProperties(\phpDocumentor\Descriptor\Collection $properties) : void
\phpDocumentor\Descriptor\Collection | $properties |
getProperties() : \phpDocumentor\Descriptor\Collection
getInheritedProperties() : \phpDocumentor\Descriptor\Collection