ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Repository\IRSS\ResourceInformation Class Reference
+ Collaboration diagram for ILIAS\Repository\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
 

Detailed Description

Definition at line 23 of file ResourceInformation.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ getCreationTimestamp()

ILIAS\Repository\IRSS\ResourceInformation::getCreationTimestamp ( )

Definition at line 63 of file ResourceInformation.php.

References ILIAS\Repository\IRSS\ResourceInformation\$creation_timestamp.

Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().

63  : int
64  {
66  }
+ Here is the caller graph for this function:

◆ getMimeType()

ILIAS\Repository\IRSS\ResourceInformation::getMimeType ( )

Definition at line 68 of file ResourceInformation.php.

References ILIAS\Repository\IRSS\ResourceInformation\$mime_type.

Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().

68  : string
69  {
70  return $this->mime_type;
71  }
+ Here is the caller graph for this function:

◆ getRid()

ILIAS\Repository\IRSS\ResourceInformation::getRid ( )

Definition at line 48 of file ResourceInformation.php.

References ILIAS\Repository\IRSS\ResourceInformation\$rid.

Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().

48  : string
49  {
50  return $this->rid;
51  }
+ Here is the caller graph for this function:

◆ getSize()

ILIAS\Repository\IRSS\ResourceInformation::getSize ( )

Definition at line 58 of file ResourceInformation.php.

References ILIAS\Repository\IRSS\ResourceInformation\$size.

Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().

58  : int
59  {
60  return $this->size;
61  }
+ Here is the caller graph for this function:

◆ getSrc()

ILIAS\Repository\IRSS\ResourceInformation::getSrc ( )

Definition at line 73 of file ResourceInformation.php.

References ILIAS\Repository\IRSS\ResourceInformation\$src.

Referenced by ILIAS\Exercise\InstructionFile\InstructionFileManager\getFiles().

73  : string
74  {
75  return $this->src;
76  }
+ Here is the caller graph for this function:

◆ getTitle()

ILIAS\Repository\IRSS\ResourceInformation::getTitle ( )

Field Documentation

◆ $creation_timestamp

int ILIAS\Repository\IRSS\ResourceInformation::$creation_timestamp
protected

◆ $mime_type

string ILIAS\Repository\IRSS\ResourceInformation::$mime_type
protected

◆ $rid

string ILIAS\Repository\IRSS\ResourceInformation::$rid
protected

◆ $size

int ILIAS\Repository\IRSS\ResourceInformation::$size
protected

◆ $src

string ILIAS\Repository\IRSS\ResourceInformation::$src
protected

◆ $title

string ILIAS\Repository\IRSS\ResourceInformation::$title
protected

The documentation for this class was generated from the following file: