1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
portal.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Socialnetwork\Integration\Bitrix24;
4
5
use Bitrix\Main\Loader;
6
use Bitrix\Main\Type\DateTime;
7
8
class
Portal
9
{
10
public
function
getCreationDateTime
(): ?
DateTime
11
{
12
if
(!Loader::includeModule(
'bitrix24'
))
13
{
14
return
null
;
15
}
16
17
$createTime = (int)(\CBitrix24::getCreateTime());
18
19
if
($createTime <= 0)
20
{
21
return
null
;
22
}
23
24
return
DateTime::createFromTimestamp($createTime);
25
}
26
}
Bitrix\Main\Type\DateTime
Определения
datetime.php:9
Bitrix\Socialnetwork\Integration\Bitrix24\Portal
Определения
portal.php:9
Bitrix\Socialnetwork\Integration\Bitrix24\Portal\getCreationDateTime
getCreationDateTime()
Определения
portal.php:10
bitrix
modules
socialnetwork
lib
integration
bitrix24
portal.php
Создано системой
1.14.0