EntryEventType
in package
implements
JsonSerializable
Class Entry
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $alias : mixed
- $defaultVisibilityPermissionLevel : mixed
- $entryEvent : array<string|int, EntryEvent>|null
- $id : int|null
- $label : mixed
- $mainType : string
- $subType : string
Methods
- getAlias() : mixed
- Get the value of alias
- getDefaultVisibilityPermissionLevel() : mixed
- Get the value of defaultVisibilityPermissionLevel
- getEntryEvent() : array<string|int, EntryEvent>|null
- Get $entryEvent
- getId() : int|null
- Get $id
- getLabel() : mixed
- Get the value of label
- getMainType() : string
- Get $mainType
- getSubType() : string
- Get $subType
- jsonSerialize() : mixed
- setAlias() : self
- Set the value of alias
- setDefaultVisibilityPermissionLevel() : self
- Set the value of defaultVisibilityPermissionLevel
- setEntryEvent() : self
- Set $entryEvent
- setId() : self
- Set $id
- setLabel() : self
- Set the value of label
- setMainType() : self
- Set $mainType
- setSubType() : self
- Set $subType
Properties
$alias
private
mixed
$alias
Tags
$defaultVisibilityPermissionLevel
private
mixed
$defaultVisibilityPermissionLevel
Tags
$entryEvent
private
array<string|int, EntryEvent>|null
$entryEvent
Tags
$id
private
int|null
$id
Tags
$label
private
mixed
$label
Tags
$mainType
private
string
$mainType
Tags
$subType
private
string
$subType
Tags
Methods
getAlias()
Get the value of alias
public
getAlias() : mixed
getDefaultVisibilityPermissionLevel()
Get the value of defaultVisibilityPermissionLevel
public
getDefaultVisibilityPermissionLevel() : mixed
getEntryEvent()
Get $entryEvent
public
getEntryEvent() : array<string|int, EntryEvent>|null
Return values
array<string|int, EntryEvent>|nullgetId()
Get $id
public
getId() : int|null
Return values
int|nullgetLabel()
Get the value of label
public
getLabel() : mixed
getMainType()
Get $mainType
public
getMainType() : string
Return values
stringgetSubType()
Get $subType
public
getSubType() : string
Return values
stringjsonSerialize()
public
jsonSerialize() : mixed
setAlias()
Set the value of alias
public
setAlias(mixed $alias) : self
Parameters
- $alias : mixed
Return values
selfsetDefaultVisibilityPermissionLevel()
Set the value of defaultVisibilityPermissionLevel
public
setDefaultVisibilityPermissionLevel(mixed $defaultVisibilityPermissionLevel) : self
Parameters
- $defaultVisibilityPermissionLevel : mixed
Return values
selfsetEntryEvent()
Set $entryEvent
public
setEntryEvent(array<string|int, EntryEvent>|null $entryEvent) : self
Parameters
- $entryEvent : array<string|int, EntryEvent>|null
Return values
selfsetId()
Set $id
public
setId(int|null $id) : self
Parameters
- $id : int|null
Return values
selfsetLabel()
Set the value of label
public
setLabel(mixed $label) : self
Parameters
- $label : mixed
Return values
selfsetMainType()
Set $mainType
public
setMainType(string $mainType) : self
Parameters
- $mainType : string
-
$mainType
Return values
selfsetSubType()
Set $subType
public
setSubType(string $subType) : self
Parameters
- $subType : string
-
$subType