Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Пространство имен Bitrix\Im\V2\Common

Функции

 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()

delete ( )
Возвращает
Result

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

◆ fill()

fill ( array $source)

Fills object's fields with provided values.

Аргументы
array$source
Возвращает
static

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

◆ fillActual()

fillActual ( array $fieldsToFill)

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

◆ getContext()

getContext ( )

Returns the local or global context for the action.

Возвращает
Context

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

◆ getRegistry()

getRegistry ( )

Return link of the object's registry.

Возвращает
Registry|null

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

◆ hasPrimary()

hasPrimary ( array $source)
protected

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

◆ initByArray()

initByArray ( array $source)
protected
Аргументы
array$source
Возвращает
Result

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

◆ initByDataEntity()

initByDataEntity ( EntityObject $dataObject)
protected
Аргументы
EntityObject$dataObject
Возвращает
Result

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

◆ initByDefault()

initByDefault ( )
protected
Возвращает
void

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

◆ isChanged()

isChanged ( )

Tells true if object has been changed.

Возвращает
bool

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

◆ isDeleted()

isDeleted ( )

Tells true if object marked to drop.

Возвращает
bool

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

◆ markChanged()

markChanged ( ?bool $state = null)

Marks object changed.

Возвращает
static

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

◆ markDrop()

markDrop ( )

Marks object to drop on save.

Возвращает
static

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

◆ save()

save ( )
Возвращает
Result

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

◆ setContext()

setContext ( ?Context $context)

Sets new context for operations.

Аргументы
Context | null$context
Возвращает
self

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

◆ setDataEntity()

setDataEntity ( EntityObject $dataObject)
protected
Аргументы
EntityObject$dataObject
Возвращает
static

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

◆ setRegistry()

setRegistry ( Registry $registry)
Аргументы
Registry$registry
Возвращает
self

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

◆ toArray()

toArray ( )

Returns object state as array.

Возвращает
array

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

◆ updateState()

updateState ( )
protected

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

◆ withContext()

withContext ( ?Context $context)

Provides local context for the action.

Аргументы
Context | null$context
Возвращает
static

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

◆ withContextUser()

withContextUser ( $user)

Provides local context for the action.

Аргументы
int | User$user
Возвращает
static

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

Переменные

◆ $isChanged

bool $isChanged = true
protected

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

◆ $markedDrop

bool $markedDrop = false
protected

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

◆ ActiveRecordImplementation

trait ActiveRecordImplementation
Инициализатор
{
protected $dataObject

Implementation of the interface

См. также
\Bitrix\Im\V2\ActiveRecord

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

◆ ContextCustomer

trait ContextCustomer
Инициализатор
{
protected ?Context $context = null

Provides context for the action.

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

◆ DeadlockResolver

trait DeadlockResolver
Инициализатор
{
protected static int $defaultMaxTryCount = 3

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

◆ IndexTableTrait

trait IndexTableTrait
Инициализатор
{
use MultiplyInsertTrait

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

◆ MigrationStatusCheckerTrait

trait MigrationStatusCheckerTrait
Инициализатор
{
protected static string $moduleId = 'im'

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

◆ MultiplyInsertTrait

trait MultiplyInsertTrait
Инициализатор

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

◆ RegistryEntryImplementation

trait RegistryEntryImplementation
Инициализатор
{
protected ?Registry $registry = null

Implementation of the interface

См. также
\Bitrix\Im\V2\RegistryEntry

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