WaitEntry
Table of Contents
Methods
- add() : mixed
- checkScheduledActivities() : mixed
- complete() : mixed
- completeByOwner() : mixed
- delete() : mixed
- deleteByOwner() : mixed
- exists() : mixed
- getByID() : mixed
- getRecentByOwner() : mixed
- getRecentIDsByOwner() : mixed
- getRecentInfos() : mixed
- isInWaiting() : mixed
- postpone() : mixed
- processActivityCreation() : mixed
- Process activity creation.
- transferOwnership() : mixed
- update() : mixed
Methods
add()
public
static add(array<string|int, mixed> $fields) : mixed
Parameters
- $fields : array<string|int, mixed>
checkScheduledActivities()
public
static checkScheduledActivities(mixed $ownerTypeID, mixed $ownerID) : mixed
Parameters
- $ownerTypeID : mixed
- $ownerID : mixed
complete()
public
static complete(mixed $ID, mixed $completed[, array<string|int, mixed> $params = null ]) : mixed
Parameters
- $ID : mixed
- $completed : mixed
- $params : array<string|int, mixed> = null
completeByOwner()
public
static completeByOwner(mixed $ownerTypeID, mixed $ownerID[, array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $ownerTypeID : mixed
- $ownerID : mixed
- $options : array<string|int, mixed> = array()
delete()
public
static delete(mixed $ID) : mixed
Parameters
- $ID : mixed
deleteByOwner()
public
static deleteByOwner(mixed $ownerTypeID, mixed $ownerID) : mixed
Parameters
- $ownerTypeID : mixed
- $ownerID : mixed
exists()
public
static exists(mixed $ID) : mixed
Parameters
- $ID : mixed
getByID()
public
static getByID(mixed $ID) : mixed
Parameters
- $ID : mixed
getRecentByOwner()
public
static getRecentByOwner(mixed $ownerTypeID, mixed $ownerID) : mixed
Parameters
- $ownerTypeID : mixed
- $ownerID : mixed
getRecentIDsByOwner()
public
static getRecentIDsByOwner(mixed $ownerTypeID, array<string|int, mixed> $ownerIDs) : mixed
Parameters
- $ownerTypeID : mixed
- $ownerIDs : array<string|int, mixed>
getRecentInfos()
public
static getRecentInfos(mixed $ownerTypeID, array<string|int, mixed> $ownerIDs) : mixed
Parameters
- $ownerTypeID : mixed
- $ownerIDs : array<string|int, mixed>
isInWaiting()
public
static isInWaiting(mixed $ownerTypeID, mixed $ownerID) : mixed
Parameters
- $ownerTypeID : mixed
- $ownerID : mixed
postpone()
public
static postpone(mixed $ID, mixed $offset) : mixed
Parameters
- $ID : mixed
- $offset : mixed
processActivityCreation()
Process activity creation.
public
static processActivityCreation(array<string|int, mixed> $activityFields[, array<string|int, mixed>|null $params = null ]) : mixed
Parameters
- $activityFields : array<string|int, mixed>
- $params : array<string|int, mixed>|null = null
transferOwnership()
public
static transferOwnership(mixed $oldOwnerTypeID, mixed $oldOwnerID, mixed $newOwnerTypeID, mixed $newOwnerID) : mixed
Parameters
- $oldOwnerTypeID : mixed
- $oldOwnerID : mixed
- $newOwnerTypeID : mixed
- $newOwnerID : mixed
update()
public
static update(mixed $ID, array<string|int, mixed> $fields[, array<string|int, mixed> $params = null ]) : mixed
Parameters
- $ID : mixed
- $fields : array<string|int, mixed>
- $params : array<string|int, mixed> = null