$fqsen
$fqsen : ?\phpDocumentor\Reflection\Fqsen
Descriptor representing a function.
$inheritedElement : \phpDocumentor\Descriptor\Interfaces\ElementInterface|string|\phpDocumentor\Reflection\Fqsen|null
__call(string $name, array $arguments) : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor>|null
Dynamically constructs a set of getters to retrieve tag (collections) with.
Important: __call() is not a fast method of access; it is preferred to directly use the getTags() collection. This interface is provided to allow for uniform and easy access to certain tags.
string | $name | |
array | $arguments |
getTags() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor>>
Returns the tags associated with this element.
getStartLocation() : ?\phpDocumentor\Reflection\Location
Returns the start location where the definition for this element can be found.
None found |
getEndLocation() : ?\phpDocumentor\Reflection\Location
Returns the end location where the definition for this element can be found.
None found |
getInheritedElement() : \phpDocumentor\Descriptor\Interfaces\ElementInterface|string|\phpDocumentor\Reflection\Fqsen|null
Returns the element from which this element inherits, or null if it doesn't inherit any information.
This method is usually overridden in consuming classes with the determination how that class should resolve inheritance. This is a placeholder function for those classes who need a simple way to provide inheritance.
None found |
setArguments(\phpDocumentor\Descriptor\Collection $arguments) : void
Sets the arguments related to this function.
\phpDocumentor\Descriptor\Collection | $arguments |
None found |
getArguments() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\ArgumentInterface>
Returns the arguments related to this function.
None found |
getResponse() : \phpDocumentor\Descriptor\Tag\ReturnDescriptor
None found |
setReturnType(\phpDocumentor\Reflection\Type $returnType) : void
Sets return type of this method.
\phpDocumentor\Reflection\Type | $returnType |
None found |
setHasReturnByReference(bool $hasReturnByReference) : void
bool | $hasReturnByReference |
None found |
None found |