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

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

static isSharingFeatureEnabled ()
 
static isPhoneFeatureEnabled ()
 
static getShortUrl (string $url)
 
static getOwnerInfo (int $id)
 
static getStatusLoc (string $statusLetter)
 
static formatTimeInterval (Date $from, Date $to, bool $isFullDay)
 
static formatTimezone (DateTimeZone $timezone)
 
static getEventTimestampUTC (DateTime $date, ?string $eventTimezone=null)
 

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

const ACTION = 'action'
 
const ICS = 'ics'
 
const CANCEL = 'cancel'
 
const CONFERENCE = 'videoconference'
 
const ACTION_ICS = '?'.self::ACTION.'='.self::ICS
 
const ACTION_CANCEL = '?'.self::ACTION.'='.self::CANCEL
 
const ACTION_CONFERENCE = '?'.self::ACTION.'='.self::CONFERENCE
 

Защищенные статические члены

static getUserDateTimestamp (Date $date)
 

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

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

Методы

◆ formatTimeInterval()

static formatTimeInterval ( Date  $from,
Date  $to,
bool  $isFullDay 
)
static

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

◆ formatTimezone()

static formatTimezone ( DateTimeZone  $timezone)
static

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

◆ getEventTimestampUTC()

static getEventTimestampUTC ( DateTime  $date,
?string  $eventTimezone = null 
)
static

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

◆ getOwnerInfo()

static getOwnerInfo ( int  $id)
static

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

◆ getShortUrl()

static getShortUrl ( string  $url)
static

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

◆ getStatusLoc()

static getStatusLoc ( string  $statusLetter)
static

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

◆ getUserDateTimestamp()

static getUserDateTimestamp ( Date  $date)
staticprotected

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

◆ isPhoneFeatureEnabled()

static isPhoneFeatureEnabled ( )
static

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

◆ isSharingFeatureEnabled()

static isSharingFeatureEnabled ( )
static

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

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

◆ ACTION

const ACTION = 'action'

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

◆ ACTION_CANCEL

const ACTION_CANCEL = '?'.self::ACTION.'='.self::CANCEL

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

◆ ACTION_CONFERENCE

const ACTION_CONFERENCE = '?'.self::ACTION.'='.self::CONFERENCE

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

◆ ACTION_ICS

const ACTION_ICS = '?'.self::ACTION.'='.self::ICS

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

◆ CANCEL

const CANCEL = 'cancel'

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

◆ CONFERENCE

const CONFERENCE = 'videoconference'

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

◆ ICS

const ICS = 'ics'

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