| Current Path : /var/www/homesaver/www/bitrix/modules/main/lib/engine/response/zip/ |
| Current File : /var/www/homesaver/www/bitrix/modules/main/lib/engine/response/zip/entryinterface.php |
<?php
namespace Bitrix\Main\Engine\Response\Zip;
interface EntryInterface
{
public function getPath(): string;
public function getSize(): int;
public function getServerRelativeUrl(): string;
public function getCrc32(): string;
}