CalculationBase
in package
Table of Contents
Methods
- addFunction() : bool
- getFunctions() : array<string|int, mixed>
- Get a list of all implemented functions as an array of function objects.
- removeFunction() : bool
- getFunctionsAddress() : array<string, array<string, mixed>>
- Get address of list of all implemented functions as an array of function objects.
Methods
addFunction()
public
static addFunction(string $key, array<string, array<string, mixed>> $value) : bool
Parameters
- $key : string
- $value : array<string, array<string, mixed>>
Return values
boolgetFunctions()
Get a list of all implemented functions as an array of function objects.
public
static getFunctions() : array<string|int, mixed>
return array<string, array<string, mixed>>
Return values
array<string|int, mixed>removeFunction()
public
static removeFunction(string $key) : bool
Parameters
- $key : string
Return values
boolgetFunctionsAddress()
Get address of list of all implemented functions as an array of function objects.
protected
static & getFunctionsAddress() : array<string, array<string, mixed>>