См. определение в файле helper.php строка 22
◆ createSharingJointLinkExpireDate()
static createSharingJointLinkExpireDate |
( |
?DateTime | $dateTime | ) |
|
|
static |
returns the expiration date of sharing multi link
- Аргументы
-
- Возвращает
- DateTime|null
См. определение в файле helper.php строка 366
◆ createSharingLinkExpireDate()
static createSharingLinkExpireDate |
( |
?DateTime | $dateTime, |
|
|
string | $linkType ) |
|
static |
returns the expiration date of sharing link according to the date of need and the type of link
- Аргументы
-
DateTime | null | $dateTime | |
string | $linkType | |
- Возвращает
- DateTime|null
См. определение в файле helper.php строка 344
◆ disableOptionPayAttentionToNewSharingFeature()
static disableOptionPayAttentionToNewSharingFeature |
( |
| ) |
|
|
static |
disabling sharing tour in calendar for user
- Возвращает
- void
См. определение в файле helper.php строка 83
◆ formatDate()
static formatDate |
( |
Date | $date | ) |
|
|
static |
examples: DAY_MONTH_FORMAT "December 31" SHORT_TIME_FORMAT "2:05 pm"
- Аргументы
-
- Возвращает
- string
См. определение в файле helper.php строка 188
◆ formatDateShort()
static formatDateShort |
( |
Date | $date | ) |
|
|
static |
example: FORMAT_DATE "12/31/2019"
- Аргументы
-
- Возвращает
- string
См. определение в файле helper.php строка 228
◆ formatDateWithoutTime()
static formatDateWithoutTime |
( |
Date | $date | ) |
|
|
static |
examples: DAY_MONTH_FORMAT "December 31"
- Аргументы
-
- Возвращает
- string
См. определение в файле helper.php строка 209
◆ formatTimeInterval()
static formatTimeInterval |
( |
Date | $from, |
|
|
Date | $to, |
|
|
bool | $isFullDay ) |
|
static |
- Аргументы
-
Date | $from | |
Date | $to | |
bool | $isFullDay | |
- Возвращает
- string
См. определение в файле helper.php строка 242
◆ formatTimezone()
- Аргументы
-
- Возвращает
- string
- Исключения
-
Exception
См. определение в файле helper.php строка 297
◆ getBitrix24Link()
static getBitrix24Link |
( |
| ) |
|
|
static |
◆ getEmailAbuseLink()
static getEmailAbuseLink |
( |
int | $ownerId, |
|
|
string | $calendarLink ) |
|
static |
◆ getEventTimestampUTC()
static getEventTimestampUTC |
( |
DateTime | $date, |
|
|
?string | $eventTimezone = null ) |
|
static |
- Аргументы
-
DateTime | $date | |
string | null | $eventTimezone | |
- Возвращает
- int
См. определение в файле helper.php строка 333
◆ getOwnerInfo()
static getOwnerInfo |
( |
int | $id | ) |
|
|
static |
- Аргументы
-
- Возвращает
- array
См. определение в файле helper.php строка 160
◆ getPageAbuseLink()
static getPageAbuseLink |
( |
int | $ownerId, |
|
|
string | $calendarLink ) |
|
static |
◆ getPersonFullNameLoc()
static getPersonFullNameLoc |
( |
?string | $name, |
|
|
?string | $lastName ) |
|
static |
- Аргументы
-
string | $name | |
string | $lastName | |
- Возвращает
- string
См. определение в файле helper.php строка 144
◆ getShortUrl()
static getShortUrl |
( |
string | $url | ) |
|
|
static |
generates short url
- Аргументы
-
- Возвращает
- string
См. определение в файле helper.php строка 134
◆ getUserDateTimestamp()
static getUserDateTimestamp |
( |
Date | $date | ) |
|
|
static |
- Аргументы
-
- Возвращает
- int
См. определение в файле helper.php строка 313
◆ isMailFeatureEnabled()
static isMailFeatureEnabled |
( |
| ) |
|
|
static |
returns true if we can send calendar sharing messages using email, false otherwise
- Возвращает
- bool
- Исключения
-
LoaderException
См. определение в файле helper.php строка 119
◆ isPhoneFeatureEnabled()
static isPhoneFeatureEnabled |
( |
| ) |
|
|
static |
returns true if we can send calendar sharing messages using phone number, false otherwise
- Возвращает
- bool
См. определение в файле helper.php строка 109
◆ payAttentionToNewSharingFeature()
static payAttentionToNewSharingFeature |
( |
| ) |
|
|
static |
returns true if user didn't view sharing tour in calendar, false otherwise
- Возвращает
- ?string
См. определение в файле helper.php строка 44
◆ setSiteLanguage()
static setSiteLanguage |
( |
| ) |
|
|
static |
◆ ABUSE_SENDER_EMAIL
const ABUSE_SENDER_EMAIL = 'email' |
|
protected |
◆ ABUSE_SENDER_PAGE
const ABUSE_SENDER_PAGE = 'page' |
|
protected |
◆ ACTION
◆ ACTION_CANCEL
const ACTION_CANCEL = '?'.self::ACTION.'='.self::CANCEL |
◆ ACTION_CONFERENCE
const ACTION_CONFERENCE = '?'.self::ACTION.'='.self::CONFERENCE |
◆ ACTION_ICS
const ACTION_ICS = '?'.self::ACTION.'='.self::ICS |
◆ CANCEL
◆ CONFERENCE
const CONFERENCE = 'videoconference' |
◆ ICS
◆ OWNER_CREATED
const OWNER_CREATED = 'ownerCreated' |