ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
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().
ilObjFileInfo::getListTitle | ( | ) |
Definition at line 38 of file class.ilObjFileInfo.php.
References getSuffix(), and stripSuffix().
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(), getListTitle(), ILIAS\File\Capabilities\Check\EditContent\maybeUnlock(), and ILIAS\File\Capabilities\Check\ViewContent\maybeUnlock().
ilObjFileInfo::getVersion | ( | ) |
Definition at line 68 of file class.ilObjFileInfo.php.
References $version.
ilObjFileInfo::isZip | ( | ) |
Definition at line 78 of file class.ilObjFileInfo.php.
Referenced by ILIAS\File\Capabilities\Check\Unzip\maybeUnlock().
ilObjFileInfo::shouldDeliverInline | ( | ) |
Definition at line 58 of file class.ilObjFileInfo.php.
ilObjFileInfo::shouldDownloadDirectly | ( | ) |
Definition at line 63 of file class.ilObjFileInfo.php.
Referenced by ILIAS\File\Capabilities\Check\ForcedInfo\maybeUnlock().