Documentation

EntryEntryEvent
in package

Class Entry

Tags
ORM\Entity

()

ORM\Table

(name="entry_entry_event")

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
ORM\ManyToOne

(targetEntity="Entry", inversedBy="entryEvents")

ORM\JoinColumn

(name="entry_id", referencedColumnName="id", nullable=true)

$entryEvent

private EntryEvent $entryEvent
Tags
ORM\ManyToOne

(targetEntity="EntryEvent", inversedBy="entryEvent")

ORM\JoinColumn

(name="entry_event_id", referencedColumnName="id")

ORM\OrderBy

({"eventTime" = "DESC"})

$entryId

private int|null $entryId
Tags
ORM\Column

(name="entry_id", type="integer", nullable=true)

$id

private int|null $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(type="integer")

$missingEntryId

private mixed $missingEntryId
Tags
ORM\Column

(type="integer", name="missing_entry_id", nullable=true)

Methods

getEntryId()

Get $entryId

public getEntryId() : int|null
Return values
int|null

getMissingEntryId()

Get the value of missingEntryId

public getMissingEntryId() : mixed

setEntryId()

Set $entryId

public setEntryId(int|null $entryId) : self
Parameters
$entryId : int|null
Return values
self

setId()

Set $id

public setId(int $id) : self
Parameters
$id : int
Return values
self

setMissingEntryId()

Set the value of missingEntryId

public setMissingEntryId(mixed $missingEntryId) : self
Parameters
$missingEntryId : mixed
Return values
self

        
On this page

Search results