Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Agent

Открытые статические члены

static addUniqueAgent (string $funcName, array $params=[], int $time=7200, ?int $nextExecDelay=null)
 
static removeBadDomain ()
 
static clearRecycleScope (string $scope, ?int $days=null)
 
static clearRecycle (?int $days=null)
 
static clearFiles (?int $count=null)
 
static clearHistory (?int $days=null)
 
static sendRestStatistic ()
 
static clearTempFiles ()
 
static repairFormUrls (int $lastLid=0)
 
static checkFileExists (int $fileId)
 
static rePublicationLanding ($landingId)
 

Защищенные статические члены

static getSubFolders (int $folderId)
 

Подробное описание

Service class for agent functions

См. определение в файле agent.php строка 17

Методы

◆ addUniqueAgent()

static addUniqueAgent ( string $funcName,
array $params = [],
int $time = 7200,
?int $nextExecDelay = null )
static

Tech method for adding new unique agent.

Аргументы
string$funcNameFunction name from this class.
array$paramsSome params for agent function.
int$timeTime in seconds for executing period.
int | null$nextExecDelay- time in sec before next agent delay, default - exec immediately
Возвращает
void

См. определение в файле agent.php строка 27

◆ checkFileExists()

static checkFileExists ( int $fileId)
static

In clouds files can gone. Check existing and del invalid rows from tables

Аргументы
int$fileId
Возвращает
void

См. определение в файле agent.php строка 449

◆ clearFiles()

static clearFiles ( ?int $count = null)
static

Remove marked for deleting files.

Аргументы
int | null$countCount of files wich will be deleted per once.
Возвращает
string

См. определение в файле agent.php строка 303

◆ clearHistory()

static clearHistory ( ?int $days = null)
static

Clear old history records

Аргументы
int | null$daysAfter this time items will be deleted.
Возвращает
string

См. определение в файле agent.php строка 317

◆ clearRecycle()

static clearRecycle ( ?int $days = null)
static

Clear recycle bin.

Аргументы
int | null$daysAfter this time items will be deleted.
Возвращает
string

См. определение в файле agent.php строка 202

◆ clearRecycleScope()

static clearRecycleScope ( string $scope,
?int $days = null )
static

Clear recycle bin for scope.

Аргументы
string$scopeScope code.
int | null$daysAfter this time items will be deleted.
Возвращает
string

См. определение в файле agent.php строка 164

◆ clearTempFiles()

static clearTempFiles ( )
static

Marks all temporary files to delete.

Возвращает
string

См. определение в файле agent.php строка 378

◆ getSubFolders()

static getSubFolders ( int $folderId)
staticprotected

Returns all sub folders for the folder.

Аргументы
int$folderIdFolder id.
Возвращает
array

См. определение в файле agent.php строка 178

◆ removeBadDomain()

static removeBadDomain ( )
static

Agent to remove one not resolved domain. Removes agent if such domains not exists.

Возвращает
string

См. определение в файле agent.php строка 83

◆ repairFormUrls()

static repairFormUrls ( int $lastLid = 0)
static

Tmp agent for rebuild form's blocks.

Аргументы
int$lastLidLast item id.
Возвращает
string

См. определение в файле agent.php строка 407

◆ rePublicationLanding()

static rePublicationLanding ( $landingId)
static

Publication landing and drop public cache if success. F.e. need for recovery form-loader file, that is not created at the moment of first public

Аргументы
$landingId
Возвращает
void

См. определение в файле agent.php строка 537

◆ sendRestStatistic()

static sendRestStatistic ( )
static

Send used rest statistic.

Возвращает
string

См. определение в файле agent.php строка 346