Entry extends TimelineEntry
FinalYes
Table of Contents
Constants
Methods
- buildSearchContent() : mixed
- checkBindingExists() : bool
- create() : int
- delete() : mixed
- deleteByAssociatedEntity() : mixed
- deleteByAssociatedEntityType() : void
- deleteByOwner() : mixed
- getBindingItemIdentifiers() : array<string|int, ItemIdentifier>
- getByID() : mixed
- getEntriesIdsByAssociatedEntity() : mixed
- getTypeId() : string
- isAssociatedEntityExist() : mixed
- isFixed() : bool
- prepareEntityPushTag() : mixed
- registerBindings() : mixed
- setIsFixed() : UpdateResult
- shift() : mixed
- synchronizeAssociatedEntityBindings() : mixed
Constants
SHARING_TYPE_INVITATION_SENT
public
mixed
SHARING_TYPE_INVITATION_SENT
= 1
Methods
buildSearchContent()
public
static buildSearchContent(mixed $ID) : mixed
Parameters
- $ID : mixed
checkBindingExists()
public
static checkBindingExists(int $id, int $ownerTypeId, int $ownerId) : bool
Parameters
- $id : int
- $ownerTypeId : int
- $ownerId : int
Return values
boolcreate()
public
static create(array<string|int, mixed> $params) : int
Parameters
- $params : array<string|int, mixed>
Return values
intdelete()
public
static delete(mixed $ID) : mixed
Parameters
- $ID : mixed
deleteByAssociatedEntity()
public
static deleteByAssociatedEntity(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
- $entityTypeID : mixed
- $entityID : mixed
deleteByAssociatedEntityType()
public
static deleteByAssociatedEntityType(int $entityTypeID) : void
Parameters
- $entityTypeID : int
deleteByOwner()
public
static deleteByOwner(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
- $entityTypeID : mixed
- $entityID : mixed
getBindingItemIdentifiers()
public
static getBindingItemIdentifiers(int $id) : array<string|int, ItemIdentifier>
Parameters
- $id : int
Return values
array<string|int, ItemIdentifier>getByID()
public
static getByID(mixed $ID) : mixed
Parameters
- $ID : mixed
getEntriesIdsByAssociatedEntity()
public
static getEntriesIdsByAssociatedEntity(int $entityTypeId, int $entityId, int $limit) : mixed
Parameters
- $entityTypeId : int
- $entityId : int
- $limit : int
getTypeId()
public
static getTypeId() : string
Return values
stringisAssociatedEntityExist()
public
static isAssociatedEntityExist(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
- $entityTypeID : mixed
- $entityID : mixed
isFixed()
public
static isFixed(int $id, int $ownerTypeId, int $ownerId) : bool
Parameters
- $id : int
- $ownerTypeId : int
- $ownerId : int
Return values
boolprepareEntityPushTag()
public
static prepareEntityPushTag(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
- $entityTypeID : mixed
- $entityID : mixed
registerBindings()
public
static registerBindings(mixed $entryID, array<string|int, mixed> $bindings) : mixed
Parameters
- $entryID : mixed
- $bindings : array<string|int, mixed>
setIsFixed()
public
static setIsFixed(int $id, int $ownerTypeId, int $ownerId, bool $isFixed) : UpdateResult
Parameters
- $id : int
- $ownerTypeId : int
- $ownerId : int
- $isFixed : bool
Return values
UpdateResultshift()
public
static shift(mixed $ID, DateTime $time) : mixed
Parameters
- $ID : mixed
- $time : DateTime
synchronizeAssociatedEntityBindings()
public
static synchronizeAssociatedEntityBindings(mixed $entityTypeID, mixed $entityID, array<string|int, mixed> $bindings) : mixed
Parameters
- $entityTypeID : mixed
- $entityID : mixed
- $bindings : array<string|int, mixed>