AbstractDocument Class Reference
Detailed Description
AbstractFormat is used as base class for specialized documents.
Definition at line 20 of file AbstractDocument.php.
Inheritance diagram for AbstractDocument:Public Member Functions | |
| __construct ($mimeType, $isDownload, $filename) | |
| getMimeType () | |
| isDownload () | |
| getFilename () | |
| getCacheDate () | |
Public Member Functions inherited from ResponseDocument | |
| getContent () | |
| output () | |
Constructor & Destructor Documentation
◆ __construct()
| __construct | ( | $mimeType, | |
| $isDownload, | |||
| $filename | |||
| ) |
Constructor.
- Parameters
-
$mimeType $isDownload $filename
Definition at line 32 of file AbstractDocument.php.
Member Function Documentation
◆ getMimeType()
| getMimeType | ( | ) |
- See also
- ResponseDocument::getMimeType()
Implements ResponseDocument.
Definition at line 41 of file AbstractDocument.php.
◆ isDownload()
| isDownload | ( | ) |
- See also
- ResponseDocument::isDownload()
Implements ResponseDocument.
Definition at line 48 of file AbstractDocument.php.
◆ getFilename()
| getFilename | ( | ) |
- See also
- ResponseDocument::getFilename()
Implements ResponseDocument.
Definition at line 55 of file AbstractDocument.php.
◆ getCacheDate()
| getCacheDate | ( | ) |
- See also
- ResponseDocument::getCacheDate()
Implements ResponseDocument.
Reimplemented in FileDocument.
Definition at line 62 of file AbstractDocument.php.