-
Notifications
You must be signed in to change notification settings - Fork 35
icms_file_DownloadHandler
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
Sends non HTML files through a http socket
- Class name: icms_file_DownloadHandler
- Namespace:
- This is an abstract class
protected mixed $mimetype
- Visibility: protected
protected mixed $ext
- Visibility: protected
protected mixed $archiver
- Visibility: protected
mixed icms_file_DownloadHandler::__construct()
Constructor
- Visibility: public
mixed icms_file_DownloadHandler::_header(string filename)
Send the HTTP header
- Visibility: protected
- filename string
mixed icms_file_DownloadHandler::addFile(string filepath, string newfilename)
- Visibility: public
- This method is abstract.
- filepath string
- newfilename string
mixed icms_file_DownloadHandler::addBinaryFile(string filepath, string newfilename)
addBinaryFile()
- Visibility: public
- This method is abstract.
- filepath string
- newfilename string
mixed icms_file_DownloadHandler::addFileData(mixed data, string filename, int time)
addFileData()
- Visibility: public
- This method is abstract.
- data mixed
- filename string
- time int
mixed icms_file_DownloadHandler::addBinaryFileData(mixed data, string filename, int time)
addBinaryFileData()
- Visibility: public
- This method is abstract.
- data mixed
- filename string
- time int
mixed icms_file_DownloadHandler::download(string name, bool gzip)
download()
- Visibility: public
- This method is abstract.
- name string
- gzip bool