1C-Bitrix 25.700.0
|
Пространства имен | |
namespace | Collection |
Функции | |
setDataEntity (EntityObject $dataObject) | |
resetDataEntity (array $preselectedFields=[]) | |
initByDefault () | |
initByDataEntity (EntityObject $dataObject, ?array $fieldsMask=null) | |
initByArray (array $source) | |
hasPrimary (array $source) | |
save () | |
updateState (?array $fieldsToFill=null) | |
delete () | |
markChanged (?bool $state=null) | |
isChanged () | |
markDrop () | |
isDeleted () | |
fillActual (array $fieldsToFill) | |
fill (array $source) | |
onAfterOrmUpdate (array $fields) | |
toArray (bool $recursive=false) | |
withContext (?Context $context) | |
withContextUser ($user) | |
setContext (?Context $context) | |
setContextUser ($user) | |
getContext () | |
setRegistry (Registry $registry) | |
getRegistry () | |
__clone () | |
__wakeup () |
Переменные | |
trait | ActiveRecordImplementation |
bool | $isChanged = true |
bool | $markedDrop = false |
trait | ContextCustomer |
trait | DeadlockResolver |
trait | IndexTableTrait |
trait | MigrationStatusCheckerTrait |
trait | MultiplyInsertTrait |
trait | PeriodAgentTrait |
trait | RegistryEntryImplementation |
trait | SingletonTrait |
__clone | ( | ) |
См. определение в файле SingletonTrait.php строка 27
__wakeup | ( | ) |
См. определение в файле SingletonTrait.php строка 32
delete | ( | ) |
См. определение в файле ActiveRecordImplementation.php строка 420
fill | ( | array | $source | ) |
Fills object's fields with provided values.
array | $source |
См. определение в файле ActiveRecordImplementation.php строка 515
fillActual | ( | array | $fieldsToFill | ) |
См. определение в файле ActiveRecordImplementation.php строка 494
getContext | ( | ) |
Returns the local or global context for the action.
См. определение в файле ContextCustomer.php строка 89
getRegistry | ( | ) |
Return link of the object's registry.
См. определение в файле RegistryEntryImplementation.php строка 38
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 248
|
protected |
array | $source |
См. определение в файле ActiveRecordImplementation.php строка 220
|
protected |
EntityObject | $dataObject |
См. определение в файле ActiveRecordImplementation.php строка 171
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 148
isChanged | ( | ) |
Tells true if object has been changed.
См. определение в файле ActiveRecordImplementation.php строка 469
isDeleted | ( | ) |
Tells true if object marked to drop.
См. определение в файле ActiveRecordImplementation.php строка 489
markChanged | ( | ?bool | $state = null | ) |
Marks object changed.
См. определение в файле ActiveRecordImplementation.php строка 448
markDrop | ( | ) |
Marks object to drop on save.
См. определение в файле ActiveRecordImplementation.php строка 478
onAfterOrmUpdate | ( | array | $fields | ) |
См. определение в файле ActiveRecordImplementation.php строка 550
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 72
save | ( | ) |
См. определение в файле ActiveRecordImplementation.php строка 371
setContext | ( | ?Context | $context | ) |
Sets new context for operations.
Context | null | $context |
См. определение в файле ContextCustomer.php строка 60
setContextUser | ( | $user | ) |
См. определение в файле ContextCustomer.php строка 67
|
protected |
EntityObject | $dataObject |
См. определение в файле ActiveRecordImplementation.php строка 66
setRegistry | ( | Registry | $registry | ) |
Registry | $registry |
См. определение в файле RegistryEntryImplementation.php строка 19
toArray | ( | bool | $recursive = false | ) |
Returns object state as array.
См. определение в файле ActiveRecordImplementation.php строка 562
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 412
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 | \Bitrix\Im\V2\Entity\User\User | $user |
См. определение в файле ContextCustomer.php строка 32
См. определение в файле ActiveRecordImplementation.php строка 28
|
protected |
См. определение в файле ActiveRecordImplementation.php строка 31
trait ActiveRecordImplementation |
Implementation of the interface
См. определение в файле ActiveRecordImplementation.php строка 22
trait ContextCustomer |
Provides context for the action.
См. определение в файле ContextCustomer.php строка 11
trait DeadlockResolver |
См. определение в файле DeadlockResolver.php строка 9
trait IndexTableTrait |
См. определение в файле IndexTableTrait.php строка 12
trait MigrationStatusCheckerTrait |
См. определение в файле MigrationStatusCheckerTrait.php строка 7
trait MultiplyInsertTrait |
См. определение в файле MultiplyInsertTrait.php строка 7
trait PeriodAgentTrait |
См. определение в файле PeriodAgentTrait.php строка 5
trait RegistryEntryImplementation |
Implementation of the interface
См. определение в файле RegistryEntryImplementation.php строка 11
trait SingletonTrait |
См. определение в файле SingletonTrait.php строка 9