|
MIOLO20
|
Membros públicos | |
| EasyDownload () | |
| setContentType ($strValue) | |
| _setContentLength () | |
| setContentDisposition ($strValue) | |
| setContentTransferEncoding ($strValue) | |
| setPath ($strValue) | |
| setFileName ($strValue) | |
| setFileNameDown ($strValue) | |
| send () | |
Campos de Dados | |
| $ContentType | |
| $ContentLength | |
| $ContentDisposition | |
| $ContentTransferEncoding | |
| $Path | |
| $FileName | |
| $FileNameDown | |
@description Object for Download of files [Object for Download of files]
Definido na linha 8 do ficheiro EasyDownload.class.
| _setContentLength | ( | ) |
It configures value Header 'ContentLength' with the size of the informed file
Definido na linha 48 do ficheiro EasyDownload.class.
| EasyDownload | ( | ) |
Constructor @access public
Definido na linha 22 do ficheiro EasyDownload.class.
| send | ( | ) |
Init Download @access public
Definido na linha 123 do ficheiro EasyDownload.class.
| setContentDisposition | ( | $strValue | ) |
It configures value Header 'ContentDisposition' @access public
Definido na linha 57 do ficheiro EasyDownload.class.
| setContentTransferEncoding | ( | $strValue | ) |
It configures value Header 'ContentTransferEncoding' @access public
Definido na linha 66 do ficheiro EasyDownload.class.
| setContentType | ( | $strValue | ) |
It configures value Header 'ContentType'
@access public
Definido na linha 38 do ficheiro EasyDownload.class.
| setFileName | ( | $strValue | ) |
It configures the real name of the archive in the server @access public
Prevents unwanted access ../*
Definido na linha 94 do ficheiro EasyDownload.class.
| setFileNameDown | ( | $strValue | ) |
It configures the personalized name of the file (therefore it can be different of the located real name in the server) @access public
Definido na linha 114 do ficheiro EasyDownload.class.
| setPath | ( | $strValue | ) |
It configures the physical place where the file if finds in the server @access public
Prevents unwanted access ../*
Definido na linha 75 do ficheiro EasyDownload.class.
| $ContentDisposition |
Definido na linha 12 do ficheiro EasyDownload.class.
| $ContentLength |
Definido na linha 11 do ficheiro EasyDownload.class.
| $ContentTransferEncoding |
Definido na linha 13 do ficheiro EasyDownload.class.
| $ContentType |
Definido na linha 10 do ficheiro EasyDownload.class.
| $FileName |
Definido na linha 15 do ficheiro EasyDownload.class.
| $FileNameDown |
Definido na linha 16 do ficheiro EasyDownload.class.
| $Path |
Definido na linha 14 do ficheiro EasyDownload.class.