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
ResponseFile Class Reference

Subclass di per gestire stream di file. More...

Inheritance diagram for ResponseFile:
Collaboration diagram for ResponseFile:

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
 

Detailed Description

Subclass di per gestire stream di file.

Author
marco guidotti guido.nosp@m.ttim.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com

Constructor & Destructor Documentation

__construct (   $file,
  $content_type,
  $filename,
array  $kwargs = array() 
)

Costruttore.

Parameters
string$filepath assoluto al file o contenuto del file (in tal caso settare a TRUE kwargs['file_is_content'])
string$content_type
string$filename
array$kwargsarray associativo
  • disposition_type: string, disposition type header
  • file_is_content: bool, se TRUE il parametro $file viene considerato essere il contenuto del file e non il path assoluto
Returns
istanza di

Member Function Documentation

sendHeaders ( )
protected

Invia gli header della richiesta HTTP.

Returns
void
setDispositionType (   $disposition_type)

Setter del disposition type

Parameters
string$disposition_type
Returns
void

Field Documentation

$_content_disposition
protected
$_filename

The documentation for this class was generated from the following file: