1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
cleanagent.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Socialnetwork\Internals\Space\LiveWatch
;
4
5
class
CleanAgent
6
{
7
private
static
$processing =
false
;
8
9
public
static
function
execute
()
10
{
11
if
(self::$processing)
12
{
13
return
self::getAgentName();
14
}
15
16
LiveWatchService::getInstance
()->removeStaleRecords();
17
18
return
self::getAgentName();
19
}
20
24
private
static
function
getAgentName(): string
25
{
26
return
static::class .
"::execute();"
;
27
}
28
}
Bitrix\Socialnetwork\Internals\Space\LiveWatch\CleanAgent
Определения
cleanagent.php:6
Bitrix\Socialnetwork\Internals\Space\LiveWatch\CleanAgent\execute
static execute()
Определения
cleanagent.php:9
Bitrix\Socialnetwork\Internals\Space\LiveWatch\LiveWatchService\getInstance
static getInstance()
Определения
livewatchservice.php:17
Bitrix\Socialnetwork\Internals\Space\LiveWatch
Определения
cleanagent.php:3
bitrix
modules
socialnetwork
lib
internals
space
livewatch
cleanagent.php
Создано системой
1.14.0