FunctionInterface extends ElementInterface, TypeInterface
Descriptor representing a global function in a file.
Table of Contents
Methods
- __toString() : string
- getArguments() : Collection<string|int, ArgumentInterface>
- Returns the arguments related to this function.
- getDescription() : DescriptionDescriptor
- Returns the description for this element.
- getEndLocation() : Location|null
- Returns the end location where the definition for this element can be found.
- getErrors() : Collection<string|int, Error>
- getFullyQualifiedStructuralElementName() : Fqsen|null
- Returns the Fully Qualified Structural Element Name (FQSEN) for this element.
- getLine() : int
- Returns the line number where this element may be found.
- getName() : string
- Returns the local name for this element.
- getNamespace() :