RecordTransfer
in package
Transfer records class.
Table of Contents
- recordData() : mixed
- Update record data.
- relations() : mixed
- Transfer relations.
- transfer() : mixed
- Transfer.
Methods
recordData()
Update record data.
public
static recordData(Vtiger_Record_Model $recordModel, array<string|int, mixed> $migrate) : mixed
Parameters
- $recordModel : Vtiger_Record_Model
- $migrate : array<string|int, mixed>
-
[$recordId => [$source => $target, ...], ...]
Tags
Return values
mixed —relations()
Transfer relations.
public
static relations(int $sourceId, array<string|int, mixed> $records) : mixed
Parameters
- $sourceId : int
- $records : array<string|int, mixed>
Tags
Return values
mixed —transfer()
Transfer.
public
static transfer(int $recordId, array<string|int, mixed> $migrate) : mixed
Parameters
- $recordId : int
- $migrate : array<string|int, mixed>