|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Exercise\IRSS\ResourceInformation:Public Member Functions | |
| __construct (string $rid, string $title, int $size, int $creation_timestamp, string $mime_type, string $src) | |
| getRid () | |
| getTitle () | |
| getSize () | |
| getCreationTimestamp () | |
| getMimeType () | |
| getSrc () | |
Protected Attributes | |
| string | $rid |
| string | $src |
| string | $mime_type |
| int | $creation_timestamp |
| int | $size |
| string | $title |
Definition at line 23 of file ResourceInformation.php.
| ILIAS\Exercise\IRSS\ResourceInformation::__construct | ( | string | $rid, |
| string | $title, | ||
| int | $size, | ||
| int | $creation_timestamp, | ||
| string | $mime_type, | ||
| string | $src | ||
| ) |
Definition at line 32 of file ResourceInformation.php.
References ILIAS\Exercise\IRSS\ResourceInformation\$creation_timestamp, ILIAS\Exercise\IRSS\ResourceInformation\$mime_type, ILIAS\Exercise\IRSS\ResourceInformation\$rid, ILIAS\Exercise\IRSS\ResourceInformation\$size, ILIAS\Exercise\IRSS\ResourceInformation\$src, and ILIAS\Exercise\IRSS\ResourceInformation\$title.
| ILIAS\Exercise\IRSS\ResourceInformation::getCreationTimestamp | ( | ) |
Definition at line 63 of file ResourceInformation.php.
References ILIAS\Exercise\IRSS\ResourceInformation\$creation_timestamp.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().
Here is the caller graph for this function:| ILIAS\Exercise\IRSS\ResourceInformation::getMimeType | ( | ) |
Definition at line 68 of file ResourceInformation.php.
References ILIAS\Exercise\IRSS\ResourceInformation\$mime_type.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().
Here is the caller graph for this function:| ILIAS\Exercise\IRSS\ResourceInformation::getRid | ( | ) |
Definition at line 48 of file ResourceInformation.php.
References ILIAS\Exercise\IRSS\ResourceInformation\$rid.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().
Here is the caller graph for this function:| ILIAS\Exercise\IRSS\ResourceInformation::getSize | ( | ) |
Definition at line 58 of file ResourceInformation.php.
References ILIAS\Exercise\IRSS\ResourceInformation\$size.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().
Here is the caller graph for this function:| ILIAS\Exercise\IRSS\ResourceInformation::getSrc | ( | ) |
Definition at line 73 of file ResourceInformation.php.
References ILIAS\Exercise\IRSS\ResourceInformation\$src.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().
Here is the caller graph for this function:| ILIAS\Exercise\IRSS\ResourceInformation::getTitle | ( | ) |
Definition at line 53 of file ResourceInformation.php.
References ILIAS\Exercise\IRSS\ResourceInformation\$title.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles(), and ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\getFiles().
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file ResourceInformation.php.
Referenced by ILIAS\Exercise\IRSS\ResourceInformation\__construct(), and ILIAS\Exercise\IRSS\ResourceInformation\getCreationTimestamp().
|
protected |
Definition at line 27 of file ResourceInformation.php.
Referenced by ILIAS\Exercise\IRSS\ResourceInformation\__construct(), and ILIAS\Exercise\IRSS\ResourceInformation\getMimeType().
|
protected |
Definition at line 25 of file ResourceInformation.php.
Referenced by ILIAS\Exercise\IRSS\ResourceInformation\__construct(), and ILIAS\Exercise\IRSS\ResourceInformation\getRid().
|
protected |
Definition at line 29 of file ResourceInformation.php.
Referenced by ILIAS\Exercise\IRSS\ResourceInformation\__construct(), and ILIAS\Exercise\IRSS\ResourceInformation\getSize().
|
protected |
Definition at line 26 of file ResourceInformation.php.
Referenced by ILIAS\Exercise\IRSS\ResourceInformation\__construct(), and ILIAS\Exercise\IRSS\ResourceInformation\getSrc().
|
protected |
Definition at line 30 of file ResourceInformation.php.
Referenced by ILIAS\Exercise\IRSS\ResourceInformation\__construct(), and ILIAS\Exercise\IRSS\ResourceInformation\getTitle().