См. определение в файле engine.php строка 411
◆ __construct()
__construct |
( |
| $functionName = "" | ) |
|
Initialize function object.
- Аргументы
-
string | $functionName | Name of the function. Case insensitive. |
См. определение в файле engine.php строка 421
◆ addParameter()
Adds new parameters to the function call.
- Аргументы
-
NodeBase | $parameter | A new parameter to be added. |
- Возвращает
- void
См. определение в файле engine.php строка 433
◆ process()
Uses Functions\Fabric to get an instance of the function object by it's name. On success calls onPrepareParameters, then calculate method. Otherwise returns an empty string.
- Аргументы
-
Entity\Base | $entity | Sets the context of processing. |
- Возвращает
- string
Переопределяет метод предка NodeBase.
См. определение в файле engine.php строка 447
◆ $functionName
◆ $parameters