EntryEvent
in package
implements
JsonSerializable
Class Entry
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $entryEntryEvent : EntryEntryEvent
- $entryEventType : EntryEventType
- $eventTime : DateTime
- $id : int|null
- $userAccount : UserAccount
- $visibilityPermissionLevel : mixed
Methods
- getEntryEntryEvent() : EntryEntryEvent
- Get $entryEntryEvent
- getEntryEventType() : EntryEventType
- Get $entryEventType
- getEventTime() : DateTime
- Get $eventDate
- getId() : int|null
- Get $id
- getUser() : UserAccount
- getUserAccount() : UserAccount
- getVisibilityPermissionLevel() : mixed
- Get the value of visibilityPermissionLevel
- jsonSerialize() : mixed
- setEntryEntryEvent() : self
- Set $entryEntryEvent
- setEntryEventType() : self
- Set $entryEventType
- setEventTime() : self
- Set $eventDate
- setId() : self
- Set $id
- setUser() : self
- setUserAccount() : self
- setVisibilityPermissionLevel() : self
- Set the value of visibilityPermissionLevel
Properties
$entryEntryEvent
private
EntryEntryEvent
$entryEntryEvent
Tags
$entryEventType
private
EntryEventType
$entryEventType
Tags
$eventTime
private
DateTime
$eventTime
Tags
$id
private
int|null
$id
Tags
$userAccount
private
UserAccount
$userAccount
Tags
$visibilityPermissionLevel
private
mixed
$visibilityPermissionLevel
Tags
Methods
getEntryEntryEvent()
Get $entryEntryEvent
public
getEntryEntryEvent() : EntryEntryEvent
Return values
EntryEntryEventgetEntryEventType()
Get $entryEventType
public
getEntryEventType() : EntryEventType
Return values
EntryEventTypegetEventTime()
Get $eventDate
public
getEventTime() : DateTime
Return values
DateTimegetId()
Get $id
public
getId() : int|null
Return values
int|nullgetUser()
public
getUser() : UserAccount
Return values
UserAccountgetUserAccount()
public
getUserAccount() : UserAccount
Return values
UserAccountgetVisibilityPermissionLevel()
Get the value of visibilityPermissionLevel
public
getVisibilityPermissionLevel() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
setEntryEntryEvent()
Set $entryEntryEvent
public
setEntryEntryEvent(EntryEntryEvent $entryEntryEvent) : self
Parameters
- $entryEntryEvent : EntryEntryEvent
-
$entryEntryEvent
Return values
selfsetEntryEventType()
Set $entryEventType
public
setEntryEventType(EntryEventType $entryEventType) : self
Parameters
- $entryEventType : EntryEventType
Return values
selfsetEventTime()
Set $eventDate
public
setEventTime(DateTime $eventTime) : self
Parameters
- $eventTime : DateTime
Return values
selfsetId()
Set $id
public
setId(int|null $id) : self
Parameters
- $id : int|null
Return values
selfsetUser()
public
setUser(UserAccount $userAccount) : self
Parameters
- $userAccount : UserAccount
Return values
selfsetUserAccount()
public
setUserAccount(UserAccount $userAccount) : self
Parameters
- $userAccount : UserAccount
Return values
selfsetVisibilityPermissionLevel()
Set the value of visibilityPermissionLevel
public
setVisibilityPermissionLevel(mixed $visibilityPermissionLevel) : self
Parameters
- $visibilityPermissionLevel : mixed