1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
cachecleanpathtable.php
См. документацию.
1
<?php
2
9
10
namespace
Bitrix\Main\Data\Internal
;
11
12
use
Bitrix\Main\ORM\Data
;
13
use
Bitrix\Main\ORM\Fields
;
14
31
class
CacheCleanPathTable
extends
Data\DataManager
32
{
33
use Data\Internal\DeleteByFilterTrait;
34
35
public
static
function
getTableName
(): string
36
{
37
return
'b_cache_clean_path'
;
38
}
39
40
public
static
function
getMap
():
array
41
{
42
return
[
43
(
new
Fields\IntegerField
(
'ID'
))
44
->configurePrimary()
45
->configureSize(8)
46
->configureAutocomplete(),
47
48
(
new
Fields\StringField
(
'PREFIX'
))->configureRequired(),
49
(
new
Fields\DatetimeField
(
'CLEAN_FROM'
)),
50
(
new
Fields
\
IntegerField
(
'CLUSTER_GROUP'
))
51
];
52
}
53
54
public
static
function
isCacheable
(): bool
55
{
56
return
false
;
57
}
58
}
Bitrix\Main\Data\Internal\CacheCleanPathTable
Определения
cachecleanpathtable.php:32
Bitrix\Main\Data\Internal\CacheCleanPathTable\getMap
static getMap()
Определения
cachecleanpathtable.php:40
Bitrix\Main\Data\Internal\CacheCleanPathTable\isCacheable
static isCacheable()
Определения
cachecleanpathtable.php:54
Bitrix\Main\Data\Internal\CacheCleanPathTable\getTableName
static getTableName()
Определения
cachecleanpathtable.php:35
Bitrix\Main\ORM\Data\DataManager
Определения
datamanager.php:35
Bitrix\Main\ORM\Fields\DatetimeField
Определения
datetimefield.php:22
Bitrix\Main\ORM\Fields\IntegerField
Определения
integerfield.php:20
Bitrix\Main\ORM\Fields\StringField
Определения
stringfield.php:20
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\Main\Data\Internal
Определения
cachecleanpathtable.php:10
Bitrix\Main\ORM\Data
Определения
addresult.php:9
Bitrix\Main\ORM\Fields
Определения
arrayfield.php:9
bitrix
modules
main
lib
data
internal
cachecleanpathtable.php
Создано системой
1.14.0