1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
entryinterface.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Engine\Response\Zip;
4
5
interface
EntryInterface
6
{
7
public
function
getPath
(): string;
8
public
function
getSize
(): int;
9
public
function
getServerRelativeUrl
(): string;
10
public
function
getCrc32
(): string;
11
}
Bitrix\Main\Engine\Response\Zip\EntryInterface
Определения
entryinterface.php:6
Bitrix\Main\Engine\Response\Zip\EntryInterface\getPath
getPath()
Bitrix\Main\Engine\Response\Zip\EntryInterface\getServerRelativeUrl
getServerRelativeUrl()
Bitrix\Main\Engine\Response\Zip\EntryInterface\getCrc32
getCrc32()
Bitrix\Main\Engine\Response\Zip\EntryInterface\getSize
getSize()
bitrix
modules
main
lib
engine
response
zip
entryinterface.php
Создано системой
1.14.0