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

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

 __construct ($uid)
 
 getType ()
 
 setRRule (RecurrenceRuleProperty $rrule=null)
 
 setWithTime (bool $withTime=false)
 
 setLocation (string $location=null)
 
 setModified (Date $modified)
 
 setSequence (int $sequence)
 
 getProperties ()
 
 setStartsAt (Date $starts)
 
 setEndsAt (Date $ends)
 
 setName (string $name=null)
 
 setDescription (string $description=null)
 
 setAddress (string $address=null)
 
 setCreatedAt (Date $created)
 
 setWithTimezone (bool $withTimeZone)
 
 setClassification (string $classification=null)
 
 setTransparent (string $transparent)
 
 setAttendees (iterable $attendees)
 
 setOrganizer (Attendee $organizer, string $mailTo)
 
 setStatus (string $status)
 
 setAttaches (array $attaches=null)
 
 setExdates (array $exdates=null)
 
 setDtStamp (Date $dtStamp)
 
 setUrl ($url)
 
 setContent ()
 
- Открытые члены унаследованные от BasicComponent
 accessContent ()
 
 toString ()
 
 appendProperty (PropertyType $property)
 
 appendSubComponent (BasicComponent $component)
 

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

static createInstance ($uid)
 

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

const TYPE = 'VEVENT'
 

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

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

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

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

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

◆ __construct()

__construct ( $uid)

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

Методы

◆ createInstance()

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

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

◆ getProperties()

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

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

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

◆ getType()

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

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

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

◆ setAddress()

setAddress ( string $address = null)
Аргументы
string | null$address
Возвращает
$this

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

◆ setAttaches()

setAttaches ( array $attaches = null)
Аргументы
array | null$attaches
Возвращает
$this

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

◆ setAttendees()

setAttendees ( iterable $attendees)
Аргументы
iterable$attendees
Возвращает
$this

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

◆ setClassification()

setClassification ( string $classification = null)
Аргументы
string | null$classification
Возвращает
$this

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

◆ setContent()

setContent ( )
Возвращает
Content

Замещает BuilderComponent.

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

◆ setCreatedAt()

setCreatedAt ( Date $created)
Аргументы
Date$created
Возвращает
$this

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

◆ setDescription()

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

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

◆ setDtStamp()

setDtStamp ( Date $dtStamp)
Аргументы
Date$dtStamp
Возвращает
$this

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

◆ setEndsAt()

setEndsAt ( Date $ends)
Аргументы
Date$ends
Возвращает
$this

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

◆ setExdates()

setExdates ( array $exdates = null)
Аргументы
array | null$exdates
Возвращает
$this

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

◆ setLocation()

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

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

◆ setModified()

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

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

◆ setName()

setName ( string $name = null)
Аргументы
string$name
Возвращает
$this

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

◆ setOrganizer()

setOrganizer ( Attendee $organizer,
string $mailTo )
Аргументы
Attendee$organizer
string$mailTo
Возвращает
$this

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

◆ setRRule()

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

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

◆ setSequence()

setSequence ( int $sequence)

is version

Аргументы
int$sequence
Возвращает
$this

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

◆ setStartsAt()

setStartsAt ( Date $starts)
Аргументы
Date$starts
Возвращает
$this

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

◆ setStatus()

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

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

◆ setTransparent()

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

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

◆ setUrl()

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

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

◆ setWithTime()

setWithTime ( bool $withTime = false)
Аргументы
bool$withTime
Возвращает
$this

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

◆ setWithTimezone()

setWithTimezone ( bool $withTimeZone)
Аргументы
bool$withTimeZone
Возвращает
$this

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

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

◆ TYPE

const TYPE = 'VEVENT'

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