Bitrix API

Event extends ParserComponent

Table of Contents

Constants

COMPONENT_TYPE  = 'VEVENT'

Methods

__construct()  : mixed
Event constructor.
accessContent()  : Content
appendProperty()  : BasicComponent
appendSubComponent()  : BasicComponent
createInstance()  : Event
getAlert()  : array<string|int, ParserComponent>
getAttachments()  : array<string|int, mixed>
getAttendees()  : array<string|int, ParserPropertyType>|null
getCategories()  : ParserPropertyType|null
getContent()  : $this
getCreated()  : ParserPropertyType|null
getDescription()  : ParserPropertyType|null
getDtStamp()  : ParserPropertyType|null
getEnd()  : ParserPropertyType|null
getExDate()  : ParserPropertyType|null
getLocation()  : ParserPropertyType|null
getModified()  : ParserPropertyType|null
getName()  : ParserPropertyType|null
getOrganizer()  : ParserPropertyType|null
getProperties()  : array<string|int, string>
getRecurrenceId()  : ParserPropertyType|null
getRRule()  : ParserPropertyType|null
getSequence()  : ParserPropertyType|null
getStart()  : ParserPropertyType|null
getStatus()  : ParserPropertyType|null
getTransparent()  : ParserPropertyType|null
getType()  : string
getUid()  : string|null
getUrl()  : ParserPropertyType|null
setAttachment()  : $this
setAttendees()  : $this
setCategories()  : $this
setCreated()  : $this
setDescription()  : $this
setDTStamp()  : $this
setEnd()  : $this
setExDate()  : $this
setLocation()  : $this
setModified()  : $this
setOrganizer()  : $this
setRecurrenceId()  : static
setRRule()  : $this
setSequence()  : $this
setStart()  : $this
setStatus()  : $this
setSubComponents()  : $this
setSummary()  : $this
setTransparent()  : $this
setUrl()  : $this
toString()  : string

Constants

COMPONENT_TYPE

public mixed COMPONENT_TYPE = 'VEVENT'

Methods

__construct()

Event constructor.

public __construct(string $uid) : mixed
Parameters
$uid : string

createInstance()

public static createInstance(string $uid) : Event
Parameters
$uid : string
Return values
Event

getAttachments()

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

getContent()

public getContent() : $this
Return values
$this

getProperties()

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

getType()

public getType() : string
Return values
string

getUid()

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

setSubComponents()

public setSubComponents(iterable<string|int, mixed>|null $subComponents) : $this
Parameters
$subComponents : iterable<string|int, mixed>|null
Return values
$this

        
On this page

Search results