Documentation

RecordTransfer
in package

Transfer records class.

Table of Contents

recordData()  : mixed
Update record data.
relations()  : mixed
Transfer relations.
transfer()  : mixed
Transfer.

Methods

relations()

Transfer relations.

public static relations(int $sourceId, array<string|int, mixed> $records) : mixed
Parameters
$sourceId : int
$records : array<string|int, mixed>
Tags
throws
NoPermittedToRecord
Return values
mixed

transfer()

Transfer.

public static transfer(int $recordId, array<string|int, mixed> $migrate) : mixed
Parameters
$recordId : int
$migrate : array<string|int, mixed>
Tags
throws
NoPermittedToRecord
throws
Throwable
Return values
mixed

        

Search results