|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilObjFileInfo:Public Member Functions | |
| __construct (string $title, ?ResourceIdentification $rid, 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 () | |
| getRID () | |
| shouldDeliverInline () | |
| shouldDownloadDirectly () | |
| getVersion () | |
| getCreationDate () | |
| isZip () | |
| getMimeType () | |
| getFileSize () | |
| getPageCount () | |
Protected Attributes | |
| ResourceIdentification | $rid |
| 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 32 of file class.ilObjFileInfo.php.
| ilObjFileInfo::__construct | ( | string | $title, |
| ?ResourceIdentification | $rid, | ||
| 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 49 of file class.ilObjFileInfo.php.
References $creation_date, $deliver_inline, $download_directly, $file_name, $file_size, $is_zip, $mime_type, $page_count, $rid, $suffix, $title, and $version.
| ilObjFileInfo::getCreationDate | ( | ) |
| ilObjFileInfo::getFileName | ( | ) |
| ilObjFileInfo::getFileSize | ( | ) |
Definition at line 132 of file class.ilObjFileInfo.php.
References $file_size.
| ilObjFileInfo::getHeaderTitle | ( | ) |
Definition at line 87 of file class.ilObjFileInfo.php.
References getSuffix(), and stripSuffix().
Here is the call graph for this function:| ilObjFileInfo::getListTitle | ( | ) |
Definition at line 82 of file class.ilObjFileInfo.php.
References getSuffix(), and stripSuffix().
Here is the call graph for this function:| ilObjFileInfo::getMimeType | ( | ) |
| ilObjFileInfo::getPageCount | ( | ) |
| ilObjFileInfo::getRID | ( | ) |
Definition at line 97 of file class.ilObjFileInfo.php.
References $rid.
| ilObjFileInfo::getSuffix | ( | ) |
Definition at line 92 of file class.ilObjFileInfo.php.
References $suffix.
Referenced by getHeaderTitle(), getListTitle(), ILIAS\File\Capabilities\Check\EditContent\maybeUnlock(), and ILIAS\File\Capabilities\Check\ViewContent\maybeUnlock().
Here is the caller graph for this function:| ilObjFileInfo::getVersion | ( | ) |
| ilObjFileInfo::isZip | ( | ) |
Definition at line 122 of file class.ilObjFileInfo.php.
References $is_zip.
Referenced by ILIAS\File\Capabilities\Check\Unzip\maybeUnlock().
Here is the caller graph for this function:| ilObjFileInfo::shouldDeliverInline | ( | ) |
| ilObjFileInfo::shouldDownloadDirectly | ( | ) |
Definition at line 107 of file class.ilObjFileInfo.php.
References $download_directly.
Referenced by ILIAS\File\Capabilities\Check\ForcedInfo\maybeUnlock().
Here is the caller graph for this function:
|
protected |
Definition at line 43 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getCreationDate().
|
protected |
Definition at line 40 of file class.ilObjFileInfo.php.
Referenced by __construct(), and shouldDeliverInline().
|
protected |
Definition at line 41 of file class.ilObjFileInfo.php.
Referenced by __construct(), and shouldDownloadDirectly().
|
protected |
Definition at line 38 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getFileName().
|
protected |
Definition at line 46 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getFileSize().
|
protected |
Definition at line 44 of file class.ilObjFileInfo.php.
Referenced by __construct(), and isZip().
|
protected |
Definition at line 45 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getMimeType().
|
protected |
Definition at line 47 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getPageCount().
|
protected |
Definition at line 36 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getRID().
|
protected |
Definition at line 39 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getSuffix().
|
protected |
Definition at line 37 of file class.ilObjFileInfo.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilObjFileInfo.php.
Referenced by __construct(), and getVersion().