TestArchiveEntry extends FileEntry
FinalYes
Table of Contents
Constants
- TEST_FILE = '/bitrix/images/disk/is.png'
Methods
- __construct() : mixed
- create() : self
- getCrc32() : string
- getPath() : string
- getServerRelativeUrl() : string
- getSize() : int
Constants
TEST_FILE
public
mixed
TEST_FILE
= '/bitrix/images/disk/is.png'
Methods
__construct()
public
__construct(string $path, string $serverRelativeUrl, int $size[, string $crc32 = '-' ]) : mixed
Parameters
- $path : string
- $serverRelativeUrl : string
- $size : int
- $crc32 : string = '-'
create()
public
static create() : self
Return values
selfgetCrc32()
public
getCrc32() : string
Return values
stringgetPath()
public
getPath() : string
Return values
stringgetServerRelativeUrl()
public
getServerRelativeUrl() : string
Return values
stringgetSize()
public
getSize() : int