OpenEvent
implements
Arrayable
Table of Contents
Interfaces
- Arrayable
Properties
-
$attendeesCount
: int
-
$categoryChannelId
: int|null
-
$categoryId
: int
-
$categoryName
: string
-
$color
: string|null
-
$commentsCount
: int|null
-
$creatorId
: int
-
$dateFromTs
: int
-
$dateToTs
: int
-
$eventOptions
: EventOptionsDto
-
$exdate
: string|null
-
$id
: int
-
$isAttendee
: bool|null
-
$isFullDay
: bool
-
$isNew
: bool|null
-
$name
: string
-
$rrule
: string|null
-
$rruleDescription
: string|null
-
$threadId
: int|null
Methods
-
__construct()
: mixed
-
toArray()
: array<string|int, mixed>
$attendeesCount
read-only
public
int
$attendeesCount
$categoryChannelId
read-only
public
int|null
$categoryChannelId
= 0
$categoryId
read-only
public
int
$categoryId
$categoryName
read-only
public
string
$categoryName
$color
read-only
public
string|null
$color
= null
public
int|null
$commentsCount
= 0
$creatorId
read-only
public
int
$creatorId
$dateFromTs
read-only
public
int
$dateFromTs
$dateToTs
read-only
public
int
$dateToTs
$eventOptions
read-only
public
EventOptionsDto
$eventOptions
$exdate
read-only
public
string|null
$exdate
= null
$id
read-only
public
int
$id
$isAttendee
read-only
public
bool|null
$isAttendee
$isFullDay
read-only
public
bool
$isFullDay
$isNew
read-only
public
bool|null
$isNew
= false
$name
read-only
public
string
$name
$rrule
read-only
public
string|null
$rrule
= null
$rruleDescription
read-only
public
string|null
$rruleDescription
= null
$threadId
read-only
public
int|null
$threadId
= 0
__construct()
public
__construct(int $id, string $name, int $dateFromTs, int $dateToTs, bool $isFullDay, bool|null $isAttendee, int $attendeesCount, int $creatorId, EventOptionsDto $eventOptions, int $categoryId, string $categoryName[, int|null $categoryChannelId = 0 ][, string|null $color = null ][, int|null $commentsCount = 0 ][, int|null $threadId = 0 ][, bool|null $isNew = false ][, string|null $rrule = null ][, string|null $rruleDescription = null ][, string|null $exdate = null ]) : mixed
Parameters
-
$id
: int
-
-
$name
: string
-
-
$dateFromTs
: int
-
-
$dateToTs
: int
-
-
$isFullDay
: bool
-
-
$isAttendee
: bool|null
-
-
$attendeesCount
: int
-
-
$creatorId
: int
-
-
$eventOptions
: EventOptionsDto
-
-
$categoryId
: int
-
-
$categoryName
: string
-
-
$categoryChannelId
: int|null
= 0
-
-
$color
: string|null
= null
-
-
$commentsCount
: int|null
= 0
-
-
$threadId
: int|null
= 0
-
-
$isNew
: bool|null
= false
-
-
$rrule
: string|null
= null
-
-
$rruleDescription
: string|null
= null
-
-
$exdate
: string|null
= null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>