Bitrix API

CalendarLogo extends Logo

Table of Contents

Constants

ADDITIONAL_ICON_CODE_DONE  = 'done'
ADDITIONAL_ICON_CODE_PENCIL  = 'pencil'
ADDITIONAL_ICON_CODE_PROGRESS  = 'progress'
ADDITIONAL_ICON_CODE_SIGN  = 'sign'
ADDITIONAL_ICON_CODE_UNAVAILABLE  = 'unavailable'
ICON_TYPE_DEFAULT  = 'default'
ICON_TYPE_FAILURE  = 'failure'
ICON_TYPE_ORANGE  = 'orange'
ICON_TYPE_PURPLE  = 'purple'
ICON_TYPE_SECONDARY  = 'secondary'
ICON_TYPE_SUCCESS  = 'success'

Methods

__construct()  : mixed
getAction()  : Action|null
getAdditionalIconCode()  : string|null
getAdditionalIconType()  : string|null
getBackgroundColor()  : string|null
getBackgroundSize()  : int|null
getBackgroundUrl()  : string|null
getCalendarEventId()  : int|null
getDate()  : DateTime
getIconCode()  : string
getIconType()  : string|null
isInCircle()  : bool|null
setAction()  : self
setAdditionalIconCode()  : self
setAdditionalIconType()  : self
setBackgroundColor()  : CalendarLogo
setBackgroundSize()  : Logo
setBackgroundUrl()  : Logo
setCalendarEventId()  : self
setDate()  : self
setIconType()  : self
setInCircle()  : self
toArray()  : array<string|int, mixed>

Constants

ADDITIONAL_ICON_CODE_DONE

public mixed ADDITIONAL_ICON_CODE_DONE = 'done'

ADDITIONAL_ICON_CODE_PENCIL

public mixed ADDITIONAL_ICON_CODE_PENCIL = 'pencil'

ADDITIONAL_ICON_CODE_PROGRESS

public mixed ADDITIONAL_ICON_CODE_PROGRESS = 'progress'

ADDITIONAL_ICON_CODE_SIGN

public mixed ADDITIONAL_ICON_CODE_SIGN = 'sign'

ADDITIONAL_ICON_CODE_UNAVAILABLE

public mixed ADDITIONAL_ICON_CODE_UNAVAILABLE = 'unavailable'

ICON_TYPE_DEFAULT

public mixed ICON_TYPE_DEFAULT = 'default'

ICON_TYPE_FAILURE

public mixed ICON_TYPE_FAILURE = 'failure'

ICON_TYPE_ORANGE

public mixed ICON_TYPE_ORANGE = 'orange'

ICON_TYPE_PURPLE

public mixed ICON_TYPE_PURPLE = 'purple'

ICON_TYPE_SECONDARY

public mixed ICON_TYPE_SECONDARY = 'secondary'

ICON_TYPE_SUCCESS

public mixed ICON_TYPE_SUCCESS = 'success'

Methods

__construct()

public __construct(DateTime $dateTime[, int|null $calendarEventId = null ]) : mixed
Parameters
$dateTime : DateTime
$calendarEventId : int|null = null

getAdditionalIconCode()

public getAdditionalIconCode() : string|null
Return values
string|null

getAdditionalIconType()

public getAdditionalIconType() : string|null
Return values
string|null

getBackgroundColor()

public getBackgroundColor() : string|null
Return values
string|null

getBackgroundSize()

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

getBackgroundUrl()

public getBackgroundUrl() : string|null
Return values
string|null

getCalendarEventId()

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

getIconCode()

public getIconCode() : string
Return values
string

getIconType()

public getIconType() : string|null
Return values
string|null

isInCircle()

public isInCircle() : bool|null
Return values
bool|null

setAction()

public setAction(Action|null $action) : self
Parameters
$action : Action|null
Return values
self

setAdditionalIconCode()

public setAdditionalIconCode(string $additionalIconCode) : self
Parameters
$additionalIconCode : string
Return values
self

setAdditionalIconType()

public setAdditionalIconType(string|null $additionalIconType) : self
Parameters
$additionalIconType : string|null
Return values
self

setBackgroundSize()

public setBackgroundSize([int|null $backgroundSize = null ]) : Logo
Parameters
$backgroundSize : int|null = null
Return values
Logo

setBackgroundUrl()

public setBackgroundUrl(string|null $backgroundUrl) : Logo
Parameters
$backgroundUrl : string|null
Return values
Logo

setCalendarEventId()

public setCalendarEventId(int $calendarEventId) : self
Parameters
$calendarEventId : int
Return values
self

setDate()

public setDate(mixed $date) : self
Parameters
$date : mixed
Return values
self

setIconType()

public setIconType(string|null $iconType) : self
Parameters
$iconType : string|null
Return values
self

setInCircle()

public setInCircle([bool|null $isInCircle = true ]) : self
Parameters
$isInCircle : bool|null = true
Return values
self

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results