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

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

 __construct ()
 
 getType ()
 
 getProperties ()
 
 setTimezoneId (?ParserPropertyType $tzid)
 
 setTimezoneUrl (?ParserPropertyType $url)
 
 setSubComponents (iterable $subComponents)
 
 getContent ()
 
 getTzUrl ()
 
 getTzId ()
 
- Открытые члены унаследованные от BasicComponent
 accessContent ()
 
 toString ()
 
 appendProperty (PropertyType $property)
 
 appendSubComponent (BasicComponent $component)
 

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

static createInstance ()
 

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

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

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

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

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

◆ __construct()

__construct ( )

Timezone constructor.

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

Методы

◆ createInstance()

static createInstance ( )
static
Возвращает
Timezone

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

◆ getContent()

getContent ( )

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

◆ getProperties()

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

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

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

◆ getType()

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

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

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

◆ getTzId()

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

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

◆ getTzUrl()

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

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

◆ setSubComponents()

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

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

◆ setTimezoneId()

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

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

◆ setTimezoneUrl()

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

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