RemoteDocument Class Reference
Detailed Description
RemoteDocument represents a remote file retrieved via cURL.
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 | |||
| ) |
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.