EmptyArchive extends File
FinalYes
Table of Contents
Constants
- EMPTY_ARCHIVE_PATH = '/bitrix/images/disk/empty.zip'
Methods
- __construct() : mixed
- getCacheTime() : int
- getContentType() : string
- getName() : null
- getPath() : mixed
- isShowInline() : bool
- send() : mixed
- setCacheTime() : File
- setContentType() : File
- setName() : File
- setPath() : File
- showInline() : File
Constants
EMPTY_ARCHIVE_PATH
public
mixed
EMPTY_ARCHIVE_PATH
= '/bitrix/images/disk/empty.zip'
Methods
__construct()
public
__construct(mixed $name) : mixed
Parameters
- $name : mixed
getCacheTime()
public
getCacheTime() : int
Return values
intgetContentType()
public
getContentType() : string
Return values
stringgetName()
public
getName() : null
Return values
nullgetPath()
public
getPath() : mixed
isShowInline()
public
isShowInline() : bool
Return values
boolsend()
public
send() : mixed
setCacheTime()
public
setCacheTime(int $cacheTime) : File
Parameters
- $cacheTime : int
Return values
FilesetContentType()
public
setContentType(string $contentType) : File
Parameters
- $contentType : string
Return values
FilesetName()
public
setName(null $name) : File
Parameters
- $name : null
Return values
FilesetPath()
public
setPath(mixed $path) : File
Parameters
- $path : mixed
Return values
FileshowInline()
public
showInline(bool $enabled) : File
Parameters
- $enabled : bool