ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

63 : int
64 {
66 }

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

◆ getMimeType()

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

Definition at line 68 of file ResourceInformation.php.

68 : string
69 {
70 return $this->mime_type;
71 }

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

◆ getRid()

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

Definition at line 48 of file ResourceInformation.php.

48 : string
49 {
50 return $this->rid;
51 }

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

◆ getSize()

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

Definition at line 58 of file ResourceInformation.php.

58 : int
59 {
60 return $this->size;
61 }

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

◆ getSrc()

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

Definition at line 73 of file ResourceInformation.php.

73 : string
74 {
75 return $this->src;
76 }

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

◆ getTitle()

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

Definition at line 53 of file ResourceInformation.php.

53 : string
54 {
55 return $this->title;
56 }

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

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: