Class FunctionElement
Represents a function or class method element.
public
|
|
public
|
#
AddOverload(
Adds a new overload for the function. |
public
string
|
$name | |
#
Holds the name of the element |
public
string
|
$description | |
#
Description of the element. |
public
|
$overloads | |
#
List of overloads for this function/method |
public
|
$parent_class | |
#
Reference to the class containing this element if applicable. |
public
|
$header | |
#
Reference to the header containing this element. |
public
|
$namespace | |
#
Reference to the namespace containing this element. |