SectionDto
extends Dto
Table of Contents
Properties
-
$allowedOnlineMeetingProviders
: array<string|int, mixed>
-
$canEdit
: bool
-
$canShare
: bool
-
$canViewPrivateItems
: bool
-
$changeKey
: string
-
$color
: string|int
-
$defaultOnlineMeetingProvider
: string
-
$hexColor
: string
-
$id
: string
-
$isDefaultCalendar
: bool
-
$isRemovable
: bool
-
$isTallyingResponses
: bool
-
$name
: string
-
$owner
: EmailDto
Methods
-
__construct()
: mixed
-
getMetaFields()
: array<string|int, mixed>
-
toArray()
: array<string|int, mixed>|bool|float|int|string
$allowedOnlineMeetingProviders
public
array<string|int, mixed>
$allowedOnlineMeetingProviders
$canEdit
public
bool
$canEdit
$canShare
public
bool
$canShare
$canViewPrivateItems
public
bool
$canViewPrivateItems
$changeKey
public
string
$changeKey
$color
public
string|int
$color
$defaultOnlineMeetingProvider
public
string
$defaultOnlineMeetingProvider
$hexColor
public
string
$hexColor
$id
public
string
$id
$isDefaultCalendar
public
bool
$isDefaultCalendar
$isRemovable
public
bool
$isRemovable
$isTallyingResponses
public
bool
$isTallyingResponses
$name
public
string
$name
$owner
public
EmailDto
$owner
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
public
getMetaFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
toArray()
public
toArray([bool $filterEmptyValue = false ]) : array<string|int, mixed>|bool|float|int|string
Parameters
-
$filterEmptyValue
: bool
= false
-
Return values
array<string|int, mixed>|bool|float|int|string