EntryEntryEvent
in package
Class Entry
Tags
Table of Contents
Properties
- $entry : Entry|null
- $entryEvent : EntryEvent
- $entryId : int|null
- $id : int|null
- $missingEntryId : mixed
Methods
- getEntry() : Entry
- Get $entry
- getEntryEvent() : EntryEvent
- Get $entryEvent
- getEntryId() : int|null
- Get $entryId
- getId() : int|null
- Get $id
- getMissingEntryId() : mixed
- Get the value of missingEntryId
- setEntry() : self
- Set $entry
- setEntryEvent() : self
- Set $entryEvent
- setEntryId() : self
- Set $entryId
- setId() : self
- Set $id
- setMissingEntryId() : self
- Set the value of missingEntryId
Properties
$entry
private
Entry|null
$entry
Tags
$entryEvent
private
EntryEvent
$entryEvent
Tags
$entryId
private
int|null
$entryId
Tags
$id
private
int|null
$id
Tags
$missingEntryId
private
mixed
$missingEntryId
Tags
Methods
getEntry()
Get $entry
public
getEntry() : Entry
Return values
EntrygetEntryEvent()
Get $entryEvent
public
getEntryEvent() : EntryEvent
Return values
EntryEventgetEntryId()
Get $entryId
public
getEntryId() : int|null
Return values
int|nullgetId()
Get $id
public
getId() : int|null
Return values
int|nullgetMissingEntryId()
Get the value of missingEntryId
public
getMissingEntryId() : mixed
setEntry()
Set $entry
public
setEntry(Entry $entry) : self
Parameters
- $entry : Entry
Return values
selfsetEntryEvent()
Set $entryEvent
public
setEntryEvent(EntryEvent $entryEvent) : self
Parameters
- $entryEvent : EntryEvent
Return values
selfsetEntryId()
Set $entryId
public
setEntryId(int|null $entryId) : self
Parameters
- $entryId : int|null
Return values
selfsetId()
Set $id
public
setId(int $id) : self
Parameters
- $id : int
Return values
selfsetMissingEntryId()
Set the value of missingEntryId
public
setMissingEntryId(mixed $missingEntryId) : self
Parameters
- $missingEntryId : mixed