Documentation

InternalMailingEvent
in package

Class InternalMailingEvent

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\InternalMailingEventsRepository")

ORM\Table

(name="internal_mailing_events")

Table of Contents

Properties

$eventDateTime  : null|DateTime
$id  : int|null
$mailClass  : string
$recipientUser  : UserAccount

Methods

__construct()  : mixed

Properties

$eventDateTime

private null|DateTime $eventDateTime
Tags
ORM\Column

(type="datetime", name="event_datetime")

$id

private int|null $id
Tags
ORM\Column

(type="integer")

ORM\Id

()

ORM\GeneratedValue

()

$recipientUser

private UserAccount $recipientUser
Tags
ORM\ManyToOne

(targetEntity="UserAccount")

ORM\JoinColumn

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

Methods


        
On this page

Search results