Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Base
+ Граф наследования: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 getPersonalizeList ()
 

Защищенные члены

 getDataCountByType ()
 
 onInitResultView ()
 

Защищенные данные

 $fieldPrefix
 
 $fieldPrefixExtended
 
 $fieldValues
 
 $fieldFormName
 
 $moduleId
 
 $resultView
 
 $dataTypeId = Recipient\Type::EMAIL
 
bool $checkAccessRights = true
 

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

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

Методы

◆ buildData()

buildData ( )

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

◆ getCode()

◆ getData()

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

Переопределяется в Client, Lead, BlackList, Contact, Recipient, Subscriber и UnSubscribers.

◆ getDataCount()

getDataCount ( )

Get data count.

Возвращает
integer

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

◆ getDataCountByType()

getDataCountByType ( )
protected

Get data count by type.

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

Переопределяется в Client, Lead и Contact.

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

◆ getDataCounter()

getDataCounter ( )
final

Get data counter.

Возвращает
DataCounter

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

◆ getDataTypeId()

getDataTypeId ( )

Get data type ID.

Возвращает
integer

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

◆ getFieldFormName()

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

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

◆ getFieldId()

getFieldId ( $id)
Аргументы
$id
Возвращает
string

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

◆ getFieldName()

getFieldName ( $name)
Аргументы
$name
Возвращает
string

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

◆ getFieldPrefix()

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

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

◆ getFieldPrefixExtended()

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

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

◆ getFieldValue()

getFieldValue ( $name,
$defaultValue = null )
Аргументы
$name
mixed$defaultValue
Возвращает
null

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

◆ getFieldValues()

getFieldValues ( )

Get field values.

Возвращает
array

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

◆ getForm()

getForm ( )
abstract

◆ getId()

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

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

◆ getModuleId()

getModuleId ( )
Возвращает
mixed

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

◆ getName()

◆ getPersonalizeList()

static getPersonalizeList ( )
static
Возвращает
array

Переопределяется в TriggerOrderCancel, TriggerOrderNew, TriggerOrderPaid, TriggerOrderStatusChange, Client и Lead.

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

◆ getResult()

getResult ( )
final

Get result.

Возвращает
Result

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

◆ getResultView()

getResultView ( )

Get result view.

Возвращает
ResultView
void

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

◆ getStatFields()

getStatFields ( )

Get fields for statistic

Возвращает
array

Переопределяется в Client и Lead.

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

◆ hasFieldValues()

hasFieldValues ( )

Return true if it has field values.

Возвращает
bool

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

◆ isCheckAccessRights()

isCheckAccessRights ( )
Возвращает
bool

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

◆ isResultViewable()

isResultViewable ( )

Return true if support view of result.

Возвращает
bool

Переопределяется в Client и Lead.

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

◆ onInitResultView()

onInitResultView ( )
protected

Переопределяется в Client и Lead.

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

◆ requireConfigure()

requireConfigure ( )
Возвращает
bool

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

◆ setCheckAccessRights()

setCheckAccessRights ( bool $checkAccessRights)
Аргументы
bool$checkAccessRights
Возвращает
$this

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

◆ setDataTypeId()

setDataTypeId ( $dataTypeId)

Set data type ID.

Аргументы
integer$dataTypeIdData type ID.
Возвращает
void

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

◆ setFieldFormName()

setFieldFormName ( $fieldFormName)
Аргументы
string$fieldFormName
Возвращает
void

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

◆ setFieldPrefix()

setFieldPrefix ( $fieldPrefix)
Аргументы
string$fieldPrefix
Возвращает
void

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

◆ setFieldPrefixExtended()

setFieldPrefixExtended ( $fieldPrefixExtended)
Аргументы
string$fieldPrefixExtended
Возвращает
void

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

◆ setFieldValues()

setFieldValues ( array $fieldValues = null)

Set field values.

Аргументы
array$fieldValuesValues.
Возвращает
void

Переопределяется в BaseFilter.

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

◆ setModuleId()

setModuleId ( $moduleId)
Аргументы
string$moduleId
Возвращает
void

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

◆ setResultView()

setResultView ( $resultView)

Set result view.

Аргументы
ResultView$resultViewResult view.
Возвращает
void

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

Данные класса

◆ $checkAccessRights

bool $checkAccessRights = true
protected

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

◆ $dataTypeId

$dataTypeId = Recipient\Type::EMAIL
protected

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

◆ $fieldFormName

$fieldFormName
protected

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

◆ $fieldPrefix

$fieldPrefix
protected

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

◆ $fieldPrefixExtended

$fieldPrefixExtended
protected

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

◆ $fieldValues

$fieldValues
protected

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

◆ $moduleId

$moduleId
protected

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

◆ $resultView

$resultView
protected

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