См. определение в файле entityobject.php строка 50
◆ __construct()
__construct |
( |
|
$setDefaultValues = true | ) |
|
|
final |
EntityObject constructor
- Аргументы
-
bool | array | $setDefaultValues | |
- Исключения
-
ArgumentException | |
SystemException | |
См. определение в файле entityobject.php строка 119
◆ __clone()
◆ cloneValues()
cloneValues |
( |
array |
$values | ) |
|
|
protected |
◆ collectValues()
collectValues |
( |
|
$valuesType = Values::ALL , |
|
|
|
$fieldsMask = FieldTypeMask::ALL , |
|
|
|
$recursive = false |
|
) |
| |
|
final |
Returns all objects values as an array
- Аргументы
-
int | $valuesType | |
int | $fieldsMask | |
bool | $recursive | |
- Возвращает
- array
- Исключения
-
См. определение в файле entityobject.php строка 219
◆ filterValuesByMask()
filterValuesByMask |
( |
array |
$values, |
|
|
int |
$fieldsMask, |
|
|
bool |
$invertedFilter = false |
|
) |
| |
|
protected |
◆ get()
- Аргументы
-
- Возвращает
- mixed
- Исключения
-
ArgumentException | |
SystemException | |
См. определение в файле entityobject.php строка 714
◆ getId()
Fast popular alternative to __call().
- Возвращает
- Collection|EntityObject|mixed
- Исключения
-
См. определение в файле entityobject.php строка 685
◆ remindActual()
remindActual |
( |
|
$fieldName | ) |
|
|
final |
- Аргументы
-
- Возвращает
- mixed
- Исключения
-
ArgumentException | |
SystemException | |
См. определение в файле entityobject.php строка 726
◆ save()
ActiveRecord save.
- Возвращает
- Result
- Исключения
-
ArgumentException | |
SystemException | |
| |
Exception
См. определение в файле entityobject.php строка 286
◆ $_actualValues
◆ $_authContext
◆ $_camelToSnakeCache
◆ $_currentValues
◆ $_customData
◆ $_entity
◆ $_onPrimarySetListeners
$_onPrimarySetListeners = [] |
|
protected |
◆ $_runtimeValues
◆ $_savingInProgress
$_savingInProgress = false |
|
protected |
◆ $_snakeToCamelCache
◆ $_state
◆ $dataClass