setFullyQualifiedStructuralElementName()
setFullyQualifiedStructuralElementName(string $name) : void
Sets the Fully Qualified Structural Element Name (FQSEN) for this element.
Parameters
string | $name |
Public interface definition for object representing traits.
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.
setProperties(\phpDocumentor\Descriptor\Collection $properties) : void
Sets the properties associated with this trait.
\phpDocumentor\Descriptor\Collection | $properties |
getProperties() : \phpDocumentor\Descriptor\Collection
Returns the properties associated with this trait.
getInheritedProperties() : \phpDocumentor\Descriptor\Collection
Returns all properties inherited from parent traits.
setMethods(\phpDocumentor\Descriptor\Collection $methods) : void
Sets all methods belonging to this trait.
\phpDocumentor\Descriptor\Collection | $methods |
getMethods() : \phpDocumentor\Descriptor\Collection
Returns all methods belonging to this trait.
getInheritedMethods() : \phpDocumentor\Descriptor\Collection
Returns a list of all methods inherited from parent traits.