setFullyQualifiedStructuralElementName()
setFullyQualifiedStructuralElementName(string $name) : void
Sets the Fully Qualified Structural Element Name (FQSEN) for this element.
Parameters
string | $name |
Represents the public interface for an interface descriptor.
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 |
setConstants(\phpDocumentor\Descriptor\Collection $constants) : void
Sets the constants associated with this interface.
\phpDocumentor\Descriptor\Collection | $constants |
getConstants() : \phpDocumentor\Descriptor\Collection
Returns the constants associated with this interface.
setMethods(\phpDocumentor\Descriptor\Collection $methods) : void
Sets the methods belonging to this interface.
\phpDocumentor\Descriptor\Collection | $methods |
getMethods() : \phpDocumentor\Descriptor\Collection
Returns the methods belonging to this interface.
getInheritedMethods() : \phpDocumentor\Descriptor\Collection
Returns a list of all methods that were inherited from parent interfaces.