|
| static | getIcalTemplateDate (array $params=null) |
| static | getDateObject (string $date=null, $fullDay=true, $tz='UTC') |
| static | getIcalTemplateRRule (array $rrule=null, array $params=null) |
| static | getUniqId () |
| static | getServerName () |
| static | getTimezoneObject (string $tz=null) |
| static | getEventByUId (?string $uid) |
| static | getUserById (?int $id) |
| static | getIndexUsersByIds (?array $idList) |
| static | getMailAttaches ($fields, $userId, $parentId, &$isChangeFiles=false) |
| static | getAttendee (int $userId, int $eventParentId, $isRsvp=true) |
| static | getAttendeesByEventParentId (int $parentId) |
| static | getIcalDateTime (string $dateTime=null, string $tz=null) |
| static | getIcalDate (string $date=null) |
| static | getUserIdByEmail (array $userInfo) |
| static | getExternalUserByEmail ($params, &$errorText) |
| static | getEventDescriptionById (?int $eventId) |
| static | getEventById (?int $eventId) |
| static | getIcalDateTimeShort (string $dateTime=null, string $tz='UTC') |
| static | getShortMonthName (?Date $date) |
| static | getDateByParserProperty (?ParserPropertyType $date) |
См. определение в файле helper.php строка 34
◆ getAttendee()
| getAttendee |
( |
int | $userId, |
|
|
int | $eventParentId, |
|
|
| $isRsvp = true ) |
|
static |
- Исключения
-
| ObjectPropertyException | |
| ArgumentException | |
| SystemException | |
См. определение в файле helper.php строка 374
◆ getAttendeesByEventParentId()
| getAttendeesByEventParentId |
( |
int | $parentId | ) |
|
|
static |
- Аргументы
-
- Возвращает
- AttendeesCollection
См. определение в файле helper.php строка 418
◆ getDateByParserProperty()
- Аргументы
-
| ParserPropertyType | null | $date | |
- Возвращает
- Date|null
- Исключения
-
Bitrix\Main\ObjectException
См. определение в файле helper.php строка 746
◆ getDateObject()
| getDateObject |
( |
string | $date = null, |
|
|
| $fullDay = true, |
|
|
| $tz = 'UTC' ) |
|
static |
- Аргументы
-
| string | null | $date | |
| bool | $fullDay | |
| string | $tz | |
- Возвращает
- Date
- Исключения
-
Bitrix\Main\ObjectException
См. определение в файле helper.php строка 74
◆ getEventById()
| getEventById |
( |
?int | $eventId | ) |
|
|
static |
- Исключения
-
| ObjectPropertyException | |
| SystemException | |
| ArgumentException | |
См. определение в файле helper.php строка 644
◆ getEventByUId()
| getEventByUId |
( |
?string | $uid | ) |
|
|
static |
- Аргументы
-
- Возвращает
- array|null
- Исключения
-
Bitrix\Main\ArgumentException
- Исключения
-
Bitrix\Main\ObjectPropertyException
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле helper.php строка 194
◆ getEventDescriptionById()
| getEventDescriptionById |
( |
?int | $eventId | ) |
|
|
static |
- Аргументы
-
- Возвращает
- string|null
- Исключения
-
Bitrix\Main\ArgumentException
- Исключения
-
Bitrix\Main\ObjectPropertyException
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле helper.php строка 620
◆ getExternalUserByEmail()
| getExternalUserByEmail |
( |
| $params, |
|
|
& | $errorText ) |
|
static |
Returns id of the 'external' user by email. Creates user if it not exists.
- Аргументы
-
| array | $params | - incoming params: $params['EMAIL'] - (required) email of the user $params['NAME'] - user's name $params['LAST_NAME'] - user's last name |
- Возвращает
- int|null
См. определение в файле helper.php строка 517
◆ getIcalDate()
| getIcalDate |
( |
string | $date = null | ) |
|
|
static |
- Аргументы
-
- Возвращает
- Date
- Исключения
-
Bitrix\Main\ObjectException
См. определение в файле helper.php строка 476
◆ getIcalDateTime()
| getIcalDateTime |
( |
string | $dateTime = null, |
|
|
string | $tz = null ) |
|
static |
- Аргументы
-
| string | null | $dateTime | |
| string | null | $tz | |
- Возвращает
- DateTime
- Исключения
-
Bitrix\Main\ObjectException
См. определение в файле helper.php строка 464
◆ getIcalDateTimeShort()
| getIcalDateTimeShort |
( |
string | $dateTime = null, |
|
|
string | $tz = 'UTC' ) |
|
static |
- Аргументы
-
| string | null | $dateTime | |
| string | $tz | |
- Возвращает
- DateTime
- Исключения
-
Bitrix\Main\ObjectException
См. определение в файле helper.php строка 704
◆ getIcalTemplateDate()
| getIcalTemplateDate |
( |
array | $params = null | ) |
|
|
static |
- Аргументы
-
- Возвращает
- string
- Исключения
-
Bitrix\Main\ObjectException
См. определение в файле helper.php строка 47
◆ getIcalTemplateRRule()
| getIcalTemplateRRule |
( |
array | $rrule = null, |
|
|
array | $params = null ) |
|
static |
- Аргументы
-
| array | null | $rrule | |
| array | null | $params | |
- Возвращает
- string
См. определение в файле helper.php строка 93
◆ getIndexUsersByIds()
| getIndexUsersByIds |
( |
?array | $idList | ) |
|
|
static |
- Аргументы
-
- Возвращает
- array
- Исключения
-
Bitrix\Main\ArgumentException
- Исключения
-
Bitrix\Main\ObjectPropertyException
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле helper.php строка 253
◆ getMailAttaches()
| getMailAttaches |
( |
| $fields, |
|
|
| $userId, |
|
|
| $parentId, |
|
|
& | $isChangeFiles = false ) |
|
static |
- Аргументы
-
| $fields | |
| $userId | |
| $parentId | |
| false | $isChangeFiles | |
- Возвращает
- AttachCollection
- Исключения
-
Bitrix\Main\ArgumentException
- Исключения
-
Bitrix\Main\LoaderException
- Исключения
-
Bitrix\Main\NotImplementedException
См. определение в файле helper.php строка 286
◆ getServerName()
- Возвращает
- false|string|null
См. определение в файле helper.php строка 170
◆ getShortMonthName()
| getShortMonthName |
( |
?Date | $date | ) |
|
|
static |
- Аргументы
-
- Возвращает
- string
См. определение в файле helper.php строка 713
◆ getTimezoneObject()
| getTimezoneObject |
( |
string | $tz = null | ) |
|
|
static |
- Аргументы
-
- Возвращает
- DateTimeZone
См. определение в файле helper.php строка 179
◆ getUniqId()
◆ getUserById()
- Аргументы
-
- Возвращает
- array|null
- Исключения
-
Bitrix\Main\ArgumentException
- Исключения
-
Bitrix\Main\ObjectPropertyException
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле helper.php строка 221
◆ getUserIdByEmail()
| getUserIdByEmail |
( |
array | $userInfo | ) |
|
|
static |
- Аргументы
-
- Возвращает
- int|null
- Исключения
-
Bitrix\Main\ArgumentException
- Исключения
-
Bitrix\Main\ObjectPropertyException
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле helper.php строка 488
◆ isNotEndOfTime()
- Аргументы
-
- Возвращает
- bool
- Исключения
-
Bitrix\Main\ObjectException
См. определение в файле helper.php строка 736
◆ END_OF_TIME
| const END_OF_TIME = "01.01.2038" |
◆ ICAL_DATE_FORMAT
| const ICAL_DATE_FORMAT = 'Ymd' |
◆ ICAL_DATETIME_FORMAT
| const ICAL_DATETIME_FORMAT = 'Ymd\THis' |
◆ ICAL_DATETIME_FORMAT_SHORT
| const ICAL_DATETIME_FORMAT_SHORT = 'Ymd\THis' |
◆ ICAL_DATETIME_FORMAT_UTC
| const ICAL_DATETIME_FORMAT_UTC = 'Ymd\THis\Z' |
Объявления и описания членов класса находятся в файле:
- C:/bitrix/modules/calendar/lib/ical/mailinvitation/helper.php