|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilObjFileInfo:Public Member Functions | |
| __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 () | |
Protected Attributes | |
| 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 |
Private Attributes | |
| string | $title |
Definition at line 31 of file class.ilObjFileInfo.php.
| 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.
| ilObjFileInfo::getCreationDate | ( | ) |
Definition at line 108 of file class.ilObjFileInfo.php.
References $creation_date.
| ilObjFileInfo::getFileName | ( | ) |
Definition at line 73 of file class.ilObjFileInfo.php.
References $file_name.
| ilObjFileInfo::getFileSize | ( | ) |
Definition at line 123 of file class.ilObjFileInfo.php.
References $file_size.
| ilObjFileInfo::getHeaderTitle | ( | ) |
Definition at line 83 of file class.ilObjFileInfo.php.
References ensureSuffix(), and getSuffix().
Here is the call graph for this function:| ilObjFileInfo::getListTitle | ( | ) |
Definition at line 78 of file class.ilObjFileInfo.php.
References getSuffix(), and stripSuffix().
Here is the call graph for this function:| ilObjFileInfo::getMimeType | ( | ) |
Definition at line 118 of file class.ilObjFileInfo.php.
References $mime_type.
| ilObjFileInfo::getPageCount | ( | ) |
Definition at line 128 of file class.ilObjFileInfo.php.
References $page_count.
| ilObjFileInfo::getSuffix | ( | ) |
Definition at line 88 of file class.ilObjFileInfo.php.
References $suffix.
Referenced by getHeaderTitle(), and getListTitle().
Here is the caller graph for this function:| ilObjFileInfo::getVersion | ( | ) |
Definition at line 103 of file class.ilObjFileInfo.php.
References $version.
| ilObjFileInfo::isZip | ( | ) |
Definition at line 113 of file class.ilObjFileInfo.php.
References $is_zip.
| ilObjFileInfo::shouldDeliverInline | ( | ) |
Definition at line 93 of file class.ilObjFileInfo.php.
References $deliver_inline.
| ilObjFileInfo::shouldDownloadDirectly | ( | ) |
Definition at line 98 of file class.ilObjFileInfo.php.
References $download_directly.
|
protected |
Definition at line 41 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getCreationDate().
|
protected |
Definition at line 38 of file class.ilObjFileInfo.php.
Referenced by __construct(), and shouldDeliverInline().
|
protected |
Definition at line 39 of file class.ilObjFileInfo.php.
Referenced by __construct(), and shouldDownloadDirectly().
|
protected |
Definition at line 36 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getFileName().
|
protected |
Definition at line 44 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getFileSize().
|
protected |
Definition at line 42 of file class.ilObjFileInfo.php.
Referenced by __construct(), and isZip().
|
protected |
Definition at line 43 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getMimeType().
|
protected |
Definition at line 45 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getPageCount().
|
protected |
Definition at line 37 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getSuffix().
|
private |
Definition at line 35 of file class.ilObjFileInfo.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getVersion().