1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
abstractstorage.php
См. документацию.
1<?php
3
9abstract class AbstractStorage
10{
11 protected $cacheKey = null;
12 protected $configuration = array();
13 protected $htmlCacheOptions = array();
14
21 {
22 $this->cacheKey = $cacheKey;
23 $this->configuration = $configuration;
24 $this->htmlCacheOptions = $htmlCacheOptions;
25 }
26
34 abstract public function write($content, $md5);
35
40 abstract public function read();
41
46 abstract public function exists();
47
53 abstract public function delete();
54
59 abstract public function deleteAll();
60
65 abstract public function getMd5();
66
71 abstract public function shouldCountQuota();
72
77 abstract public function getLastModified();
78
83 abstract public function getSize();
84}
85
86class_alias("Bitrix\\Main\\Composite\\Data\\AbstractStorage", "Bitrix\\Main\\Data\\StaticHtmlStorage");
__construct($cacheKey, array $configuration, array $htmlCacheOptions)
Определения abstractstorage.php:20
$content
Определения commerceml.php:144
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$md5
Определения result_rec.php:12