RemoteDocument Class Reference

Detailed Description

RemoteDocument represents a remote file retrieved via cURL.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 21 of file RemoteDocument.php.

+ Inheritance diagram for RemoteDocument:

Public Member Functions

 __construct ($curlOptions, $isDownload)
 
 getContent ()
 
 output ()
 
- Public Member Functions inherited from AbstractDocument
 __construct ($mimeType, $isDownload, $filename)
 
 getMimeType ()
 
 isDownload ()
 
 getFilename ()
 
 getCacheDate ()
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $curlOptions,
  $isDownload 
)

Constructor.

Parameters
$curlOptions
$isDownload

Definition at line 30 of file RemoteDocument.php.

Member Function Documentation

◆ getContent()

getContent ( )
See also
ResponseDocument::getContent()

Implements ResponseDocument.

Definition at line 48 of file RemoteDocument.php.

◆ output()

output ( )
See also
ResponseDocument::output()

Implements ResponseDocument.

Definition at line 55 of file RemoteDocument.php.