Event
class Event
Entity Event (linked to DB table events
)
Properties
protected int | $id | Event unique id | |
protected bool | $suppressed | If Event is marked as suppressed | |
protected string | $title | Title of the Event | |
protected string | $slug | Slug for the Event | |
protected DateTime | $startDate | Start date for the Event | |
protected DateTime | $startTime | Start Time for the Event | |
protected DateTime | $endDate | End date for the Event | |
protected DateTime | $endTime | End time for the Event | |
protected string | $place | Place for the Event | |
protected string | $description | Description for the Event | |
protected mixed | $picture | Picture for the Event (not mapped in DB) |
Methods
int
getId()
Get id
setSuppressed(bool|null $suppressed)
Set suppressed
bool|null
getSuppressed()
Get suppressed
string|null
getTitle()
Get title
string|null
getSlug()
Get slug
DateTime|null
getStartDate()
Get startDate
DateTime|null
getStartTime()
Get startTime
DateTime|null
getEndDate()
Get endDate
DateTime|null
getEndTime()
Get endTime
string|null
getPlace()
Get place
setDescription(string|null $description)
Set description
string|null
getDescription()
Get description
setPicture(string|null $picture)
Set picture
string|null
getPicture()
Get picture
Details
at line 123
int
getId()
Get id
at line 133
Event
setSuppressed(bool|null $suppressed)
Set suppressed
at line 144
bool|null
getSuppressed()
Get suppressed
at line 154
Event
setTitle(string|null $title)
Set title
at line 165
string|null
getTitle()
Get title
at line 175
Event
setSlug(string|null $slug)
Set slug
at line 186
string|null
getSlug()
Get slug
at line 207
DateTime|null
getStartDate()
Get startDate
at line 228
DateTime|null
getStartTime()
Get startTime
at line 249
DateTime|null
getEndDate()
Get endDate
at line 270
DateTime|null
getEndTime()
Get endTime
at line 280
Event
setPlace(string|null $place)
Set place
at line 291
string|null
getPlace()
Get place
at line 301
Event
setDescription(string|null $description)
Set description
at line 312
string|null
getDescription()
Get description
at line 322
Event
setPicture(string|null $picture)
Set picture
at line 333
string|null
getPicture()
Get picture