| Method | Defined by | ||
|---|---|---|---|
| FunctionUtils | |||
|
getFunctionByName(name:String):Function
[static]
Fetches the function with the given name.
| FunctionUtils | ||
| FunctionUtils | () | constructor |
public function FunctionUtils()
| getFunctionByName | () | method |
public static function getFunctionByName(name:String):FunctionFetches the function with the given name. Function names are specified like this: com.example.misc::MyFunction
Parametersname:String |
Function |