|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct () | |
| getParams (int $messageId, bool $withDefault=false) | |
| getParam (int $messageId, string $name, bool $withDefault=false) | |
| setParams (int $messageId, array $values, bool $sendPull=true) | |
| setParam (int $messageId, string $name, $value, bool $sendPull=true) | |
См. определение в файле messageparam.php строка 10
| __construct | ( | ) |
См. определение в файле messageparam.php строка 15
| getParam | ( | int | $messageId, |
| string | $name, | ||
| bool | $withDefault = false ) |
Returns message param and its value.
| int | $messageId | Message Id. |
| string | $name | Parameter name. |
| bool | $withDefault | Supply default value. |
См. определение в файле messageparam.php строка 47
| getParams | ( | int | $messageId, |
| bool | $withDefault = false ) |
Returns message param list and their values.
| int | $messageId | Message Id. |
| bool | $withDefault | Supply default value. |
См. определение в файле messageparam.php строка 28
| setParam | ( | int | $messageId, |
| string | $name, | ||
| $value, | |||
| bool | $sendPull = true ) |
Sets new param value and sends pull.
| int | $messageId | Message Id. |
| string | $name | Parameter name. |
| mixed | $value | Parameter value. |
| bool | $sendPull | Allow to send pull. |
См. определение в файле messageparam.php строка 96
Sets new params values and sends pull.
| int | $messageId | Message Id. |
| array | $values | Key - value pairs of parameter's value. |
| bool | $sendPull | Allow to send pull. |
См. определение в файле messageparam.php строка 66