1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
BirthdayPopupItem.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Recent
;
4
5
use
Bitrix\Im\V2\Rest\PopupDataItem
;
6
7
class
BirthdayPopupItem
implements
PopupDataItem
8
{
9
10
public
function
merge
(
PopupDataItem
$item):
PopupDataItem
11
{
12
return
$this;
13
}
14
15
public
static
function
getRestEntityName
(): string
16
{
17
return
'birthdayList'
;
18
}
19
20
public
function
toRestFormat
(
array
$option
= []):
array
21
{
22
return \Bitrix\Im\Integration\Intranet\User::getBirthdayForToday();
23
}
24
}
Bitrix\Im\V2\Recent\BirthdayPopupItem
Определения
BirthdayPopupItem.php:8
Bitrix\Im\V2\Recent\BirthdayPopupItem\getRestEntityName
static getRestEntityName()
Определения
BirthdayPopupItem.php:15
Bitrix\Im\V2\Recent\BirthdayPopupItem\toRestFormat
toRestFormat(array $option=[])
Определения
BirthdayPopupItem.php:20
Bitrix\Im\V2\Recent\BirthdayPopupItem\merge
merge(PopupDataItem $item)
Определения
BirthdayPopupItem.php:10
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Im\V2\Rest\PopupDataItem
Определения
PopupDataItem.php:6
Bitrix\Im\V2\Recent
Определения
BirthdayPopupItem.php:3
$option
$option
Определения
options.php:1711
bitrix
modules
im
lib
V2
Recent
BirthdayPopupItem.php
Создано системой
1.14.0