См. определение в файле entity.php строка 10
◆ __construct()
__construct |
( |
array | $fields = array() | ) |
|
|
protected |
◆ addChangesToHistory()
addChangesToHistory |
( |
| $name, |
|
|
| $oldValue = null, |
|
|
| $value = null ) |
|
protected |
- Аргументы
-
string | $name | |
null | string | $oldValue | |
null | string | $value | |
См. определение в файле entity.php строка 636
◆ checkValueBeforeSet()
checkValueBeforeSet |
( |
| $name, |
|
|
| $value ) |
|
protected |
- Аргументы
-
- Возвращает
- Result
См. определение в файле entity.php строка 352
◆ clearChanged()
◆ clearStartField()
◆ doFinalAction()
doFinalAction |
( |
| $hasMeaningfulField = false | ) |
|
|
abstract |
- Аргументы
-
- Возвращает
- Result
◆ getAllFields()
- Возвращает
- array
- Исключения
-
NotImplementedException
См. определение в файле entity.php строка 84
◆ getAvailableFields()
static getAvailableFields |
( |
| ) |
|
|
static |
- Возвращает
- array
- Исключения
-
NotImplementedException
См. определение в файле entity.php строка 50
◆ getAvailableFieldsMap()
static getAvailableFieldsMap |
( |
| ) |
|
|
static |
- Возвращает
- array|null
- Исключения
-
NotImplementedException
См. определение в файле entity.php строка 67
◆ getClassName()
◆ getCustomizableFields()
static getCustomizableFields |
( |
| ) |
|
|
static |
- Возвращает
- array
См. определение в файле entity.php строка 58
◆ getEntityEventName()
static getEntityEventName |
( |
| ) |
|
|
static |
◆ getField()
- Аргументы
-
- Возвращает
- string|null
См. определение в файле entity.php строка 155
◆ getFields()
◆ getFieldsDescription()
static getFieldsDescription |
( |
| ) |
|
|
static |
- Возвращает
- array
- Исключения
-
NotImplementedException
См. определение в файле entity.php строка 106
◆ getFieldsMap()
- Исключения
-
NotImplementedException
- Возвращает
- array
См. определение в файле entity.php строка 136
◆ getFieldValues()
◆ getId()
◆ getMeaningfulFields()
static getMeaningfulFields |
( |
| ) |
|
|
staticprotected |
- Возвращает
- array
- Исключения
-
NotImplementedException
См. определение в файле entity.php строка 146
◆ getRegistryEntity()
static getRegistryEntity |
( |
| ) |
|
|
static |
- Исключения
-
NotImplementedException
- Возвращает
- string
См. определение в файле entity.php строка 40
◆ getRegistryType()
static getRegistryType |
( |
| ) |
|
|
static |
- Исключения
-
NotImplementedException
- Возвращает
- string
См. определение в файле entity.php строка 31
◆ hasMeaningfulField()
◆ initField()
initField |
( |
| $name, |
|
|
| $value ) |
◆ initFields()
initFields |
( |
array | $values | ) |
|
◆ isChanged()
◆ isMarkedFieldCustom()
isMarkedFieldCustom |
( |
string | $name | ) |
|
- Аргументы
-
- Возвращает
- bool
См. определение в файле entity.php строка 712
◆ isMathActionOnly()
◆ isStartField()
isStartField |
( |
| $isMeaningfulField = false | ) |
|
|
abstract |
◆ markFieldCustom()
markFieldCustom |
( |
string | $name | ) |
|
- Аргументы
-
- Исключения
-
ArgumentOutOfRangeException
См. определение в файле entity.php строка 672
◆ normalizeValue()
normalizeValue |
( |
| $name, |
|
|
| $value ) |
|
protected |
◆ onBeforeSetFields()
onBeforeSetFields |
( |
array | $values | ) |
|
|
protected |
- Аргументы
-
- Возвращает
- array
См. определение в файле entity.php строка 544
◆ onFieldModify()
onFieldModify |
( |
| $name, |
|
|
| $oldValue, |
|
|
| $value ) |
|
protected |
- Аргументы
-
string | $name | |
mixed | $oldValue | |
mixed | $value | |
- Возвращает
- Result
См. определение в файле entity.php строка 618
◆ setFieldNoDemand()
setFieldNoDemand |
( |
| $name, |
|
|
| $value ) |
◆ setFieldsNoDemand()
setFieldsNoDemand |
( |
array | $values | ) |
|
◆ setMathActionOnly()
setMathActionOnly |
( |
| $value = false | ) |
|
|
abstract |
◆ toArray()
◆ unmarkFieldCustom()
unmarkFieldCustom |
( |
string | $name | ) |
|
- Аргументы
-
- Исключения
-
ArgumentOutOfRangeException
См. определение в файле entity.php строка 692
◆ verify()
◆ $eventName
◆ $fields