|
MIOLO26
|
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]
| _setContentLength | ( | ) |
It configures value Header 'ContentLength' with the size of the informed file
| easyDownload | ( | ) |
Constructor @access public
| send | ( | ) |
Init Download @access public
| setContentDisposition | ( | $strValue | ) |
It configures value Header 'ContentDisposition' @access public
| setContentTransferEncoding | ( | $strValue | ) |
It configures value Header 'ContentTransferEncoding' @access public
| setContentType | ( | $strValue | ) |
It configures value Header 'ContentType'
@access public
| setFileName | ( | $strValue | ) |
It configures the real name of the archive in the server @access public
Prevents unwanted access ../*
| 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
| setPath | ( | $strValue | ) |
It configures the physical place where the file if finds in the server @access public
Prevents unwanted access ../*
| $contentDisposition |
| $contentLength |
| $contentTransferEncoding |
| $contentType |
| $fileName |
| $fileNameDown |
| $path |