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

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

 __construct ($code, Date $date=null, Date $dateFrom, Date $dateTo)
 
 getCode ()
 
 getCodeUpper ()
 
 getName ($template=null, $placeholder='%name%')
 
 formatDate ()
 
 getDate ()
 
 getDay ()
 
 getMonth ()
 
 getDateFrom ()
 
 getDateTo ()
 

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

static getList ($languageId=LANGUAGE_ID)
 

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

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

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

◆ __construct()

__construct ( $code,
Date $date = null,
Date $dateFrom,
Date $dateTo )

Holiday constructor.

Аргументы
string$codeCode.
Date | null$dateDate.
Date$dateFromDate from.
Date$dateToDate to.

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

Методы

◆ formatDate()

formatDate ( )

Get formatted date.

Возвращает
string

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

◆ getCode()

getCode ( )

Get code.

Возвращает
string

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

◆ getCodeUpper()

getCodeUpper ( )

Get upper code.

Возвращает
string

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

◆ getDate()

getDate ( )

Get date.

Возвращает
Date

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

◆ getDateFrom()

getDateFrom ( )

Get date from.

Возвращает
Date

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

◆ getDateTo()

getDateTo ( )

Get date to.

Возвращает
Date

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

◆ getDay()

getDay ( )

Get day.

Возвращает
int

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

◆ getList()

static getList ( $languageId = LANGUAGE_ID)
static

Get list by language.

Аргументы
string | mixed$languageIdLanguage ID.
Возвращает
self[]

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

◆ getMonth()

getMonth ( )

Get day.

Возвращает
int

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

◆ getName()

getName ( $template = null,
$placeholder = '%name%' )

Get name.

Аргументы
string$templateTemplate of name.
string$placeholderPlaceholder of name in template.
Возвращает
string

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