|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilObjFileInfo:Public Member Functions | |
| __construct (protected string $title, protected ?ResourceIdentification $rid, protected string $file_name, protected string $suffix, protected bool $deliver_inline, protected bool $download_directly, protected int $version, protected DateTimeImmutable $creation_date, protected bool $is_zip, protected string $mime_type, protected DataSize $file_size, protected ?int $page_count) | |
| getFileName () | |
| getListTitle () | |
| getHeaderTitle () | |
| getSuffix () | |
| getRID () | |
| shouldDeliverInline () | |
| shouldDownloadDirectly () | |
| getVersion () | |
| getCreationDate () | |
| isZip () | |
| getMimeType () | |
| getFileSize () | |
| getPageCount () | |
Definition at line 25 of file class.ilObjFileInfo.php.
| ilObjFileInfo::__construct | ( | protected string | $title, |
| protected ?ResourceIdentification | $rid, | ||
| protected string | $file_name, | ||
| protected string | $suffix, | ||
| protected bool | $deliver_inline, | ||
| protected bool | $download_directly, | ||
| protected int | $version, | ||
| protected DateTimeImmutable | $creation_date, | ||
| protected bool | $is_zip, | ||
| protected string | $mime_type, | ||
| protected DataSize | $file_size, | ||
| protected ?int | $page_count | ||
| ) |
Definition at line 29 of file class.ilObjFileInfo.php.
| ilObjFileInfo::getCreationDate | ( | ) |
Definition at line 73 of file class.ilObjFileInfo.php.
| ilObjFileInfo::getFileName | ( | ) |
Definition at line 33 of file class.ilObjFileInfo.php.
| ilObjFileInfo::getFileSize | ( | ) |
Definition at line 88 of file class.ilObjFileInfo.php.
| ilObjFileInfo::getHeaderTitle | ( | ) |
Definition at line 43 of file class.ilObjFileInfo.php.
References getSuffix(), and stripSuffix().
Here is the call graph for this function:| ilObjFileInfo::getListTitle | ( | ) |
Definition at line 38 of file class.ilObjFileInfo.php.
References getSuffix(), and stripSuffix().
Here is the call graph for this function:| ilObjFileInfo::getMimeType | ( | ) |
Definition at line 83 of file class.ilObjFileInfo.php.
| ilObjFileInfo::getPageCount | ( | ) |
Definition at line 93 of file class.ilObjFileInfo.php.
| ilObjFileInfo::getRID | ( | ) |
Definition at line 53 of file class.ilObjFileInfo.php.
| ilObjFileInfo::getSuffix | ( | ) |
Definition at line 48 of file class.ilObjFileInfo.php.
Referenced by getHeaderTitle(), and getListTitle().
Here is the caller graph for this function:| ilObjFileInfo::getVersion | ( | ) |
Definition at line 68 of file class.ilObjFileInfo.php.
References $version.
| ilObjFileInfo::isZip | ( | ) |
Definition at line 78 of file class.ilObjFileInfo.php.
| ilObjFileInfo::shouldDeliverInline | ( | ) |
Definition at line 58 of file class.ilObjFileInfo.php.
| ilObjFileInfo::shouldDownloadDirectly | ( | ) |
Definition at line 63 of file class.ilObjFileInfo.php.