|
| __construct (string $title, string $file_name, string $suffix, bool $deliver_inline, bool $download_directly, int $version, DateTimeImmutable $creation_date, bool $is_zip, string $mime_type, DataSize $file_size, ?int $page_count) |
|
| getFileName () |
|
| getListTitle () |
|
| getHeaderTitle () |
|
| getSuffix () |
|
| shouldDeliverInline () |
|
| shouldDownloadDirectly () |
|
| getVersion () |
|
| getCreationDate () |
|
| isZip () |
|
| getMimeType () |
|
| getFileSize () |
|
| getPageCount () |
|
◆ __construct()
ilObjFileInfo::__construct |
( |
string |
$title, |
|
|
string |
$file_name, |
|
|
string |
$suffix, |
|
|
bool |
$deliver_inline, |
|
|
bool |
$download_directly, |
|
|
int |
$version, |
|
|
DateTimeImmutable |
$creation_date, |
|
|
bool |
$is_zip, |
|
|
string |
$mime_type, |
|
|
DataSize |
$file_size, |
|
|
?int |
$page_count |
|
) |
| |
Definition at line 47 of file class.ilObjFileInfo.php.
References $creation_date, $deliver_inline, $download_directly, $file_name, $file_size, $is_zip, $mime_type, $page_count, $suffix, $title, and $version.
DateTimeImmutable $creation_date
◆ getCreationDate()
ilObjFileInfo::getCreationDate |
( |
| ) |
|
◆ getFileName()
ilObjFileInfo::getFileName |
( |
| ) |
|
◆ getFileSize()
ilObjFileInfo::getFileSize |
( |
| ) |
|
Definition at line 123 of file class.ilObjFileInfo.php.
References $file_size.
This class provides the data size with additional information to remove the work to calculate the siz...
◆ getHeaderTitle()
ilObjFileInfo::getHeaderTitle |
( |
| ) |
|
◆ getListTitle()
ilObjFileInfo::getListTitle |
( |
| ) |
|
◆ getMimeType()
ilObjFileInfo::getMimeType |
( |
| ) |
|
◆ getPageCount()
ilObjFileInfo::getPageCount |
( |
| ) |
|
◆ getSuffix()
ilObjFileInfo::getSuffix |
( |
| ) |
|
◆ getVersion()
ilObjFileInfo::getVersion |
( |
| ) |
|
◆ isZip()
◆ shouldDeliverInline()
ilObjFileInfo::shouldDeliverInline |
( |
| ) |
|
◆ shouldDownloadDirectly()
ilObjFileInfo::shouldDownloadDirectly |
( |
| ) |
|
◆ $creation_date
DateTimeImmutable ilObjFileInfo::$creation_date |
|
protected |
◆ $deliver_inline
bool ilObjFileInfo::$deliver_inline |
|
protected |
◆ $download_directly
bool ilObjFileInfo::$download_directly |
|
protected |
◆ $file_name
string ilObjFileInfo::$file_name |
|
protected |
◆ $file_size
◆ $is_zip
bool ilObjFileInfo::$is_zip |
|
protected |
◆ $mime_type
string ilObjFileInfo::$mime_type |
|
protected |
◆ $page_count
int ilObjFileInfo::$page_count |
|
protected |
◆ $suffix
string ilObjFileInfo::$suffix |
|
protected |
◆ $title
string ilObjFileInfo::$title |
|
private |
◆ $version
int ilObjFileInfo::$version |
|
protected |
The documentation for this class was generated from the following file: