Relation
Table of Contents
Methods
-
__construct()
: mixed
-
createFromArray()
: mixed
-
getByEntity()
: mixed
-
getBySourceEntity()
: mixed
-
getDestinationEntityId()
: mixed
-
getDestinationEntityTypeId()
: mixed
-
getSourceEntityId()
: mixed
-
getSourceEntityTypeId()
: mixed
-
save()
: mixed
-
setDestinationEntityId()
: mixed
__construct()
public
__construct(mixed $sourceEntityTypeId, mixed $sourceEntityId, mixed $destinationEntityTypeId, mixed $destinationEntityId) : mixed
Parameters
-
$sourceEntityTypeId
: mixed
-
-
$sourceEntityId
: mixed
-
-
$destinationEntityTypeId
: mixed
-
-
$destinationEntityId
: mixed
-
createFromArray()
public
static createFromArray(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
getByEntity()
public
static getByEntity(mixed $sourceEntityTypeId, mixed $sourceEntityId, mixed $destinationEntityTypeId[, mixed $destinationEntityId = '' ]) : mixed
Parameters
-
$sourceEntityTypeId
: mixed
-
-
$sourceEntityId
: mixed
-
-
$destinationEntityTypeId
: mixed
-
-
$destinationEntityId
: mixed
= ''
-
getBySourceEntity()
public
static getBySourceEntity(mixed $entityTypeId, mixed $entityId) : mixed
Parameters
-
$entityTypeId
: mixed
-
-
$entityId
: mixed
-
getDestinationEntityId()
public
getDestinationEntityId() : mixed
getDestinationEntityTypeId()
public
getDestinationEntityTypeId() : mixed
getSourceEntityId()
public
getSourceEntityId() : mixed
getSourceEntityTypeId()
public
getSourceEntityTypeId() : mixed
save()
public
save() : mixed
setDestinationEntityId()
public
setDestinationEntityId(mixed $entityId) : mixed
Parameters
-
$entityId
: mixed
-