Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Event
+ Граф наследования:Event:

Открытые члены

 __construct (string $uid)
 
 getType ()
 
 getProperties ()
 
 setStart (?ParserPropertyType $start)
 
 setEnd (?ParserPropertyType $end)
 
 setDescription (?ParserPropertyType $description)
 
 setSummary (?ParserPropertyType $summary)
 
 setSequence (?ParserPropertyType $sequence)
 
 setCreated (?ParserPropertyType $created)
 
 setDTStamp (?ParserPropertyType $dtstamp)
 
 setLocation (?ParserPropertyType $location)
 
 setUrl (?ParserPropertyType $url)
 
 setRRule (?ParserPropertyType $rrule)
 
 setTransparent (?ParserPropertyType $transparent)
 
 setCategories (?ParserPropertyType $categories)
 
 setOrganizer (?ParserPropertyType $organizer)
 
 setAttendees (?array $attendees)
 
 setModified (?ParserPropertyType $modified)
 
 setExDate (?ParserPropertyType $exDate)
 
 setStatus (?ParserPropertyType $status)
 
 setAttachment (?array $attachments)
 
 setSubComponents (?iterable $subComponents)
 
 getContent ()
 
 getStart ()
 
 getEnd ()
 
 getDescription ()
 
 getName ()
 
 getUid ()
 
 getCreated ()
 
 getModified ()
 
 getStatus ()
 
 getLocation ()
 
 getAlert ()
 
 getRRule ()
 
 getExDate ()
 
 getTransparent ()
 
 getOrganizer ()
 
 getAttendees ()
 
 getDtStamp ()
 
 getUrl ()
 
 getCategories ()
 
 getSequence ()
 
 getAttachments ()
 
 setRecurrenceId (?ParserPropertyType $recurrenceId)
 
 getRecurrenceId ()
 
- Открытые члены унаследованные от BasicComponent
 accessContent ()
 
 toString ()
 
 appendProperty (PropertyType $property)
 
 appendSubComponent (BasicComponent $component)
 

Открытые статические члены

static createInstance (string $uid)
 

Открытые атрибуты

const COMPONENT_TYPE = 'VEVENT'
 

Дополнительные унаследованные члены

- Защищенные члены унаследованные от BasicComponent
 hasRequiredProperties (Content $componentLoad)
 

Подробное описание

См. определение в файле event.php строка 7

Конструктор(ы)

◆ __construct()

__construct ( string $uid)

Event constructor.

Аргументы
string$uid

См. определение в файле event.php строка 45

Методы

◆ createInstance()

static createInstance ( string $uid)
static
Аргументы
string$uid
Возвращает
Event

См. определение в файле event.php строка 36

◆ getAlert()

getAlert ( )
Возвращает
ParserComponent[]

См. определение в файле event.php строка 369

◆ getAttachments()

getAttachments ( )
Возвращает
array

См. определение в файле event.php строка 446

◆ getAttendees()

getAttendees ( )
Возвращает
ParserPropertyType[]|null

См. определение в файле event.php строка 409

◆ getCategories()

getCategories ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 430

◆ getContent()

getContent ( )
Возвращает
$this

См. определение в файле event.php строка 289

◆ getCreated()

getCreated ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 337

◆ getDescription()

getDescription ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 313

◆ getDtStamp()

getDtStamp ( )

См. определение в файле event.php строка 414

◆ getEnd()

getEnd ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 305

◆ getExDate()

getExDate ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 385

◆ getLocation()

getLocation ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 361

◆ getModified()

getModified ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 345

◆ getName()

getName ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 321

◆ getOrganizer()

getOrganizer ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 401

◆ getProperties()

getProperties ( )
Возвращает
string[]

Переопределяет метод предка BasicComponent.

См. определение в файле event.php строка 61

◆ getRecurrenceId()

getRecurrenceId ( )

См. определение в файле event.php строка 458

◆ getRRule()

getRRule ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 377

◆ getSequence()

getSequence ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 438

◆ getStart()

getStart ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 297

◆ getStatus()

getStatus ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 353

◆ getTransparent()

getTransparent ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 393

◆ getType()

getType ( )
Возвращает
string

Переопределяет метод предка BasicComponent.

См. определение в файле event.php строка 53

◆ getUid()

getUid ( )
Возвращает
string|null

См. определение в файле event.php строка 329

◆ getUrl()

getUrl ( )
Возвращает
ParserPropertyType|null

См. определение в файле event.php строка 422

◆ setAttachment()

setAttachment ( ?array $attachments)
Аргументы
ParserPropertyType[] | null$attachments
Возвращает
$this

См. определение в файле event.php строка 259

◆ setAttendees()

setAttendees ( ?array $attendees)
Аргументы
ParserPropertyType[] | null$attendees
Возвращает
$this

См. определение в файле event.php строка 215

◆ setCategories()

setCategories ( ?ParserPropertyType $categories)
Аргументы
ParserPropertyType | null$categories
Возвращает
$this

См. определение в файле event.php строка 193

◆ setCreated()

setCreated ( ?ParserPropertyType $created)
Аргументы
ParserPropertyType | null$created
Возвращает
$this

См. определение в файле event.php строка 128

◆ setDescription()

setDescription ( ?ParserPropertyType $description)
Аргументы
ParserPropertyType | null$description
Возвращает
$this

См. определение в файле event.php строка 95

◆ setDTStamp()

setDTStamp ( ?ParserPropertyType $dtstamp)
Аргументы
ParserPropertyType | null$dtstamp
Возвращает
$this

См. определение в файле event.php строка 139

◆ setEnd()

setEnd ( ?ParserPropertyType $end)
Аргументы
ParserPropertyType | null$end
Возвращает
$this

См. определение в файле event.php строка 84

◆ setExDate()

setExDate ( ?ParserPropertyType $exDate)
Аргументы
ParserPropertyType | null$exDate
Возвращает
$this

См. определение в файле event.php строка 237

◆ setLocation()

setLocation ( ?ParserPropertyType $location)
Аргументы
ParserPropertyType | null$location
Возвращает
$this

См. определение в файле event.php строка 149

◆ setModified()

setModified ( ?ParserPropertyType $modified)
Аргументы
ParserPropertyType | null$modified
Возвращает
$this

См. определение в файле event.php строка 226

◆ setOrganizer()

setOrganizer ( ?ParserPropertyType $organizer)
Аргументы
ParserPropertyType | null$organizer
Возвращает
$this

См. определение в файле event.php строка 204

◆ setRecurrenceId()

setRecurrenceId ( ?ParserPropertyType $recurrenceId)

См. определение в файле event.php строка 451

◆ setRRule()

setRRule ( ?ParserPropertyType $rrule)
Аргументы
ParserPropertyType | null$rrule
Возвращает
$this

См. определение в файле event.php строка 171

◆ setSequence()

setSequence ( ?ParserPropertyType $sequence)
Аргументы
ParserPropertyType | null$sequence
Возвращает
$this

См. определение в файле event.php строка 117

◆ setStart()

setStart ( ?ParserPropertyType $start)
Аргументы
ParserPropertyType | null$start
Возвращает
$this

См. определение в файле event.php строка 73

◆ setStatus()

setStatus ( ?ParserPropertyType $status)
Аргументы
ParserPropertyType | null$status
Возвращает
$this

См. определение в файле event.php строка 248

◆ setSubComponents()

setSubComponents ( ?iterable $subComponents)
Аргументы
iterable | null$subComponents
Возвращает
$this

См. определение в файле event.php строка 270

◆ setSummary()

setSummary ( ?ParserPropertyType $summary)
Аргументы
ParserPropertyType | null$summary
Возвращает
$this

См. определение в файле event.php строка 106

◆ setTransparent()

setTransparent ( ?ParserPropertyType $transparent)
Аргументы
ParserPropertyType | null$transparent
Возвращает
$this

См. определение в файле event.php строка 182

◆ setUrl()

setUrl ( ?ParserPropertyType $url)
Аргументы
ParserPropertyType | null$url
Возвращает
$this

См. определение в файле event.php строка 160

Данные класса

◆ COMPONENT_TYPE

const COMPONENT_TYPE = 'VEVENT'

См. определение в файле event.php строка 9