Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Contact
+ Граф наследования:Contact:

Открытые члены

 getName ()
 
 getCode ()
 
 getDataCountByType ()
 
 getData ()
 
- Открытые члены унаследованные от BaseFilter
 getForm ()
 
 getCustomForm (array $params)
 
 getUiFilterId ()
 
 getCurrentPresetId ()
 
 setFieldValues (array $fieldValues=null)
 
- Открытые члены унаследованные от Base
 setModuleId ($moduleId)
 
 getModuleId ()
 
 getDataTypeId ()
 
 setDataTypeId ($dataTypeId)
 
 setFieldFormName ($fieldFormName)
 
 getFieldFormName ()
 
 setFieldPrefix ($fieldPrefix)
 
 getFieldPrefix ()
 
 setFieldPrefixExtended ($fieldPrefixExtended)
 
 getFieldPrefixExtended ()
 
 getFieldValues ()
 
 hasFieldValues ()
 
 getFieldId ($id)
 
 getFieldName ($name)
 
 getFieldValue ($name, $defaultValue=null)
 
 getId ()
 
 getDataCount ()
 
 getDataCounter ()
 
 getResult ()
 
 isResultViewable ()
 
 getResultView ()
 
 setResultView ($resultView)
 
 requireConfigure ()
 
 buildData ()
 
 getStatFields ()
 
 isCheckAccessRights ()
 
 setCheckAccessRights (bool $checkAccessRights)
 

Открытые статические члены

static getUiFilterFields ()
 
- Открытые статические члены унаследованные от BaseFilter
static getUiFilterField ($id)
 
static getUiFilterData ($filterId)
 
- Открытые статические члены унаследованные от Base
static getPersonalizeList ()
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от BaseFilter
const FIELD_FOR_PRESET_ALL = 'SENDER_SELECT_ALL'
 
const FIELD_PRESET_ID = 'BX_PRESET_ID'
 
- Защищенные члены унаследованные от BaseFilter
 getFieldDateFrom ($name, $defaultValue=null)
 
 getFieldDateTo ($name, $defaultValue=null)
 
 clearFilterState ($filterId)
 
- Защищенные члены унаследованные от Base
 onInitResultView ()
 
- Защищенные статические члены унаследованные от BaseFilter
static getUiFilterPresets ()
 
- Защищенные данные унаследованные от BaseFilter
 $filterSettingsUri = ''
 
- Защищенные данные унаследованные от Base
 $fieldPrefix
 
 $fieldPrefixExtended
 
 $fieldValues
 
 $fieldFormName
 
 $moduleId
 
 $resultView
 
 $dataTypeId = Recipient\Type::EMAIL
 
bool $checkAccessRights = true
 

Подробное описание

См. определение в файле contact.php строка 20

Методы

◆ getCode()

getCode ( )
Возвращает
string

Переопределяет метод предка Base.

См. определение в файле contact.php строка 33

◆ getData()

getData ( )
Возвращает
\Bitrix\Main\DB\Result|array

Переопределяет метод предка Base.

См. определение в файле contact.php строка 72

◆ getDataCountByType()

getDataCountByType ( )

Get data count by type.

Возвращает
null|array

Переопределяет метод предка Base.

См. определение в файле contact.php строка 43

◆ getName()

getName ( )
Возвращает
string

Переопределяет метод предка Base.

См. определение в файле contact.php строка 25

◆ getUiFilterFields()

static getUiFilterFields ( )
static

Get filter fields.

Возвращает
array

Переопределяет метод предка BaseFilter.

См. определение в файле contact.php строка 111