$fqsen
$fqsen : ?\phpDocumentor\Reflection\Fqsen
Descriptor representing an Interface.
$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\InterfaceInterface|\phpDocumentor\Reflection\Fqsen|null
None found |
setParent(\phpDocumentor\Descriptor\Collection $parents) : void
Sets the parent for this Descriptor.
\phpDocumentor\Descriptor\Collection | $parents |
None found |
getParent() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\InterfaceInterface|\phpDocumentor\Reflection\Fqsen>
Returns the parent for this descriptor.
None found |
setConstants(\phpDocumentor\Descriptor\Collection $constants) : void
Sets the constants associated with this interface.
\phpDocumentor\Descriptor\Collection | $constants |
None found |
getConstants() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\ConstantInterface>
Returns the constants associated with this interface.
None found |
getInheritedConstants() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\ConstantInterface>
None found |
setMethods(\phpDocumentor\Descriptor\Collection $methods) : void
Sets the methods belonging to this interface.
\phpDocumentor\Descriptor\Collection | $methods |
None found |
getMethods() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\MethodInterface>
Returns the methods belonging to this interface.
None found |
getInheritedMethods() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Interfaces\MethodInterface>
Returns a list of all methods that were inherited from parent interfaces.
None found |
inheritDoc |
---|