BindingHelper
Table of Contents
Methods
- getBulkEntityBindings() : array<int, array<string, mixed>>
- prepareBindingInfos() : mixed
Methods
getBulkEntityBindings()
public
final static getBulkEntityBindings(int $ownerTypeId, array<string|int, mixed> $ownerIds, int $entityTypeId) : array<int, array<string, mixed>>
Parameters
- $ownerTypeId : int
- $ownerIds : array<string|int, mixed>
- $entityTypeId : int
-
- Type of Bound Entity
Return values
array<int, array<string, mixed>> —[ownerId => bindings[]]
prepareBindingInfos()
public
static prepareBindingInfos(mixed $ownerTypeID, mixed $ownerID, mixed $entityTypeID, mixed $formID) : mixed
Parameters
- $ownerTypeID : mixed
- $ownerID : mixed
- $entityTypeID : mixed
- $formID : mixed