Открытые члены | |
loadData ($id) | |
remove () | |
subscribe ($campaignId=null) | |
unsubscribe ($campaignId=null) | |
addToBlacklist () | |
removeFromBlacklist () | |
addToList ($listId) | |
removeFromList ($listId) | |
Открытые члены унаследованные от Base | |
setModuleId ($moduleId) | |
getModuleId () | |
getDataTypeId () | |
setDataTypeId ($dataTypeId) | |
setFieldFormName ($fieldFormName) | |
getFieldFormName () | |
setFieldPrefix ($fieldPrefix) | |
getFieldPrefix () | |
setFieldPrefixExtended ($fieldPrefixExtended) | |
getFieldPrefixExtended () | |
setFieldValues (array $fieldValues=null) | |
getFieldValues () | |
hasFieldValues () | |
getFieldId ($id) | |
getFieldName ($name) | |
getFieldValue ($name, $defaultValue=null) | |
getId () | |
getDataCount () | |
getDataCounter () | |
getResult () | |
isResultViewable () | |
getResultView () | |
setResultView ($resultView) | |
requireConfigure () | |
getName () | |
getCode () | |
getData () | |
buildData () | |
getForm () | |
getStatFields () | |
isCheckAccessRights () | |
setCheckAccessRights (bool $checkAccessRights) | |
Открытые статические члены | |
static | getList (array $parameters=array()) |
static | removeById ($id) |
static | removeFromBlacklistById ($id) |
Открытые статические члены унаследованные от Base | |
static | getPersonalizeList () |
Защищенные члены | |
getDefaultData () | |
saveData ($id, array $data) | |
saveDataLists ($id, $setList, $subList, $unsubList) | |
Защищенные члены унаследованные от Base | |
getDataCountByType () | |
onInitResultView () | |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от Base | |
$fieldPrefix | |
$fieldPrefixExtended | |
$fieldValues | |
$fieldFormName | |
$moduleId | |
$resultView | |
$dataTypeId = Recipient\Type::EMAIL | |
bool | $checkAccessRights = true |
См. определение в файле contact.php строка 25
addToBlacklist | ( | ) |
addToList | ( | $listId | ) |
Add to list.
int | $listId | List ID. |
См. определение в файле contact.php строка 273
|
protected |
|
static |
Get list.
array | $parameters | Parameters. |
См. определение в файле contact.php строка 33
loadData | ( | $id | ) |
Load data.
integer | $id | ID. |
См. определение в файле contact.php строка 138
remove | ( | ) |
|
static |
Remove by contact ID.
integer | $id | Contact ID. |
См. определение в файле contact.php строка 181
removeFromBlacklist | ( | ) |
|
static |
Remove from blacklist by contact ID.
integer | $id | Contact ID. |
См. определение в файле contact.php строка 192
removeFromList | ( | $listId | ) |
Remove from list.
int | $listId | List ID. |
См. определение в файле contact.php строка 289
|
protected |
Save data.
integer | null | $id | ID. |
array | $data | Data. |
См. определение в файле contact.php строка 75
|
protected |
См. определение в файле contact.php строка 108
subscribe | ( | $campaignId = null | ) |
Subscribe.
integer | null | $campaignId | Campaign ID. |
См. определение в файле contact.php строка 203
unsubscribe | ( | $campaignId = null | ) |
Unsubscribe.
integer | null | $campaignId | Campaign ID. |
См. определение в файле contact.php строка 223