Bitrix-D7 22.6
 
Загрузка...
Поиск...
Не найдено
Класс Content

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

 __construct (string $type)
 
 property (PropertyType $property, array $parameters=null)
 
 dateTimeProperty ( $names, Date $value, bool $withTime=false, bool $withTimeZone=false, bool $isUTC=false)
 
 textProperty ($names, ?string $value, bool $disableEscaping=false)
 
 timezoneOffsetProperty ( $names, \DateTimeZone $value)
 
 subComponent (BasicComponent ... $components)
 
 getType ()
 
 getProperties ()
 
 getSubComponents ()
 

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

static getInstance (string $type)
 

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

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

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

◆ __construct()

__construct ( string  $type)

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

Методы

◆ dateTimeProperty()

dateTimeProperty (   $names,
Date  $value,
bool  $withTime = false,
bool  $withTimeZone = false,
bool  $isUTC = false 
)

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

◆ getInstance()

static getInstance ( string  $type)
static

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

◆ getProperties()

getProperties ( )

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

◆ getSubComponents()

getSubComponents ( )

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

◆ getType()

getType ( )

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

◆ property()

property ( PropertyType  $property,
array  $parameters = null 
)

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

◆ subComponent()

subComponent ( BasicComponent ...  $components)

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

◆ textProperty()

textProperty (   $names,
?string  $value,
bool  $disableEscaping = false 
)

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

◆ timezoneOffsetProperty()

timezoneOffsetProperty (   $names,
\DateTimeZone  $value 
)

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