Функции | |
setDataEntity (EntityObject $dataObject) | |
initByDefault () | |
initByDataEntity (EntityObject $dataObject) | |
initByArray (array $source) | |
hasPrimary (array $source) | |
save () | |
updateState () | |
delete () | |
markChanged (?bool $state=null) | |
isChanged () | |
markDrop () | |
isDeleted () | |
fillActual (array $fieldsToFill) | |
fill (array $source) | |
toArray () | |
withContext (?Context $context) | |
withContextUser ($user) | |
setContext (?Context $context) | |
getContext () | |
setRegistry (Registry $registry) | |
getRegistry () | |
Переменные | |
trait | ActiveRecordImplementation |
bool | $isChanged = true |
bool | $markedDrop = false |
trait | ContextCustomer |
trait | DeadlockResolver |
trait | IndexTableTrait |
trait | MigrationStatusCheckerTrait |
trait | MultiplyInsertTrait |
trait | RegistryEntryImplementation |
delete | ( | ) |
См. определение в файле ActiveRecordImplementation.php строка 392
fill | ( | array | $source | ) |
Fills object's fields with provided values.
array | $source |
См. определение в файле ActiveRecordImplementation.php строка 487
fillActual | ( | array | $fieldsToFill | ) |
См. определение в файле ActiveRecordImplementation.php строка 466
getContext | ( | ) |
Returns the local or global context for the action.
См. определение в файле ContextCustomer.php строка 71
getRegistry | ( | ) |
Return link of the object's registry.
См. определение в файле RegistryEntryImplementation.php строка 38
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 227
|
protected |
array | $source |
См. определение в файле ActiveRecordImplementation.php строка 199
|
protected |
EntityObject | $dataObject |
См. определение в файле ActiveRecordImplementation.php строка 157
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 134
isChanged | ( | ) |
Tells true if object has been changed.
См. определение в файле ActiveRecordImplementation.php строка 441
isDeleted | ( | ) |
Tells true if object marked to drop.
См. определение в файле ActiveRecordImplementation.php строка 461
markChanged | ( | ?bool | $state = null | ) |
Marks object changed.
См. определение в файле ActiveRecordImplementation.php строка 420
markDrop | ( | ) |
Marks object to drop on save.
См. определение в файле ActiveRecordImplementation.php строка 450
save | ( | ) |
См. определение в файле ActiveRecordImplementation.php строка 347
setContext | ( | ?Context | $context | ) |
Sets new context for operations.
Context | null | $context |
См. определение в файле ContextCustomer.php строка 60
|
protected |
EntityObject | $dataObject |
См. определение в файле ActiveRecordImplementation.php строка 65
setRegistry | ( | Registry | $registry | ) |
Registry | $registry |
См. определение в файле RegistryEntryImplementation.php строка 19
toArray | ( | ) |
Returns object state as array.
См. определение в файле ActiveRecordImplementation.php строка 526
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 384
withContext | ( | ?Context | $context | ) |
Provides local context for the action.
Context | null | $context |
См. определение в файле ContextCustomer.php строка 20
withContextUser | ( | $user | ) |
Provides local context for the action.
int | User | $user |
См. определение в файле ContextCustomer.php строка 32
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 27
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 30
trait ActiveRecordImplementation |
Implementation of the interface
См. определение в файле ActiveRecordImplementation.php строка 21
trait ContextCustomer |
Provides context for the action.
См. определение в файле ContextCustomer.php строка 11
trait DeadlockResolver |
См. определение в файле DeadlockResolver.php строка 9
trait IndexTableTrait |
См. определение в файле IndexTableTrait.php строка 11
trait MigrationStatusCheckerTrait |
См. определение в файле MigrationStatusCheckerTrait.php строка 7
trait MultiplyInsertTrait |
См. определение в файле MultiplyInsertTrait.php строка 7
trait RegistryEntryImplementation |
Implementation of the interface
См. определение в файле RegistryEntryImplementation.php строка 11