|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (?array $fields=null) | |
| setFields (?array $fieldForConsent) | |
| set (string $field, $value) | |
| get (string $field) | |
| buildMessage () | |
Защищенные статические члены | |
| static | filterFields (array $fieldForConsent) |
| static | checkRequireFields (?array $fields) |
Защищенные данные | |
| $fields = [] | |
Дополнительные унаследованные члены |
См. определение в файле abstractconsentmessagebuilder.php строка 5
| __construct | ( | ?array | $fields = null | ) |
См. определение в файле abstractconsentmessagebuilder.php строка 25
|
abstract |
|
staticabstractprotected |
check input parameters
| array | null | $fields |
|
staticabstractprotected |
filter input parameters
| array | $fieldForConsent |
Переопределяется в ConsentBuilderMail.
| get | ( | string | $field | ) |
get builder parameter
| string | $field |
См. определение в файле abstractconsentmessagebuilder.php строка 68
| set | ( | string | $field, |
| $value ) |
set builder parameter
| string | $field | |
| mixed | $value |
См. определение в файле abstractconsentmessagebuilder.php строка 57
| setFields | ( | ?array | $fieldForConsent | ) |
set builders parameters
| array | null | $fieldForConsent |
Замещает iConsentMessageBuilder.
См. определение в файле abstractconsentmessagebuilder.php строка 39
|
protected |
См. определение в файле abstractconsentmessagebuilder.php строка 7