gino CMS
2.5.0
gino รจ un CMS scritto in PHP che offre tutti gli strumenti necessari per poter creare un sito web e gestire i contenuti al suo interno in maniera semplice ed efficace, svincolando l'amministratore da conoscenze tecniche di programmazione
|
Subclass di per gestire stream di file. More...
Public Member Functions | |
__construct ($file, $content_type, $filename, array $kwargs=array()) | |
Costruttore. More... | |
setDispositionType ($disposition_type) | |
Setter del disposition type More... | |
Public Member Functions inherited from Response | |
__construct ($content, array $kwargs=array()) | |
Costruttore. More... | |
__invoke () | |
Invia la risposta HTTP Metodo chiamato quando si usa l'oggetto come funzione. More... | |
setContent ($content) | |
Setter del contenuto More... | |
getContent () | |
Getter del contenuto More... | |
setStatus ($code, $text) | |
Setter dello status della risposta. More... | |
setContentType ($content_type) | |
Setter del content type More... | |
setEncoding ($encoding) | |
Setter dell'encoding More... | |
setHeaders ($headers) | |
Setter di headers ulteriori More... | |
send () | |
Invia la risposta HTTP. More... | |
Data Fields | |
$_filename | |
Data Fields inherited from Response | |
$_content | |
$_status_code | |
$_status_text | |
$_content_type | |
$_encoding | |
$_headers | |
Protected Member Functions | |
sendHeaders () | |
Invia gli header della richiesta HTTP. More... | |
Protected Member Functions inherited from Response | |
sendHeaders () | |
Invia gli header della richiesta HTTP. More... | |
sendContent () | |
Invia il corpo della richiesta HTTP. More... | |
Protected Attributes | |
$_content_disposition | |
Protected Attributes inherited from Response | |
$_request | |
Subclass di per gestire stream di file.
__construct | ( | $file, | |
$content_type, | |||
$filename, | |||
array | $kwargs = array() |
||
) |
Costruttore.
string | $file | path assoluto al file o contenuto del file (in tal caso settare a TRUE kwargs['file_is_content']) |
string | $content_type | |
string | $filename | |
array | $kwargs | array associativo
|
|
protected |
Invia gli header della richiesta HTTP.
setDispositionType | ( | $disposition_type | ) |
Setter del disposition type
string | $disposition_type |
|
protected |
$_filename |