Table of Contents
Methods
-
__construct()
: mixed
-
getCollabId()
: int
-
getData()
: array<string|int, mixed>
-
getDateTime()
: DateTime
-
getEntity()
: CollabEntity|null
-
getEventType()
: string
-
getId()
: int|null
-
getUserId()
: int
-
setCollabId()
: static
-
setData()
: static
-
setDateTime()
: static
-
setEntity()
: static
-
setFileId()
: static
-
setUserId()
: static
-
toArray()
: array<string|int, mixed>
__construct()
public
final __construct(int $userId, int $collabId[, CollabEntity|null $collabEntity = null ][, int|null $id = null ][, DateTime|null $dateTime = null ]) : mixed
Parameters
-
$userId
: int
-
-
$collabId
: int
-
-
$collabEntity
: CollabEntity|null
= null
-
-
$id
: int|null
= null
-
-
$dateTime
: DateTime|null
= null
-
getCollabId()
public
getCollabId() : int
getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>
getDateTime()
public
getDateTime() : DateTime
getEntity()
public
getEntity() : CollabEntity|null
getEventType()
public
static getEventType() : string
getId()
public
getId() : int|null
getUserId()
public
getUserId() : int
setCollabId()
public
setCollabId(int $collabId) : static
Parameters
-
$collabId
: int
-
setData()
public
setData(array<string|int, mixed> $data) : static
Parameters
-
$data
: array<string|int, mixed>
-
setDateTime()
public
setDateTime(DateTime $dateTime) : static
Parameters
-
$dateTime
: DateTime
-
setEntity()
public
setEntity(CollabEntity|null $entity) : static
Parameters
-
$entity
: CollabEntity|null
-
setFileId()
public
setFileId(int $fileId) : static
Parameters
-
$fileId
: int
-
setUserId()
public
setUserId(int $userId) : static
Parameters
-
$userId
: int
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>