ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\Cache\Services\SubObjectID Class Reference
+ Inheritance diagram for ILIAS\Cache\Services\SubObjectID:
+ Collaboration diagram for ILIAS\Cache\Services\SubObjectID:

Public Member Functions

 __construct (int $obj_id, int $sub_id, string $sub_type)
 
 subtype ()
 
 objID ()
 
 subID ()
 

Protected Attributes

int $obj_id
 
int $sub_id
 
string $sub_type
 

Detailed Description

Definition at line 23 of file SubObjectID.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Cache\Services\SubObjectID::__construct ( int  $obj_id,
int  $sub_id,
string  $sub_type 
)

Member Function Documentation

◆ objID()

ILIAS\Cache\Services\SubObjectID::objID ( )

Implements ILIAS\Cache\Services\SubObjectIDInterface.

Definition at line 44 of file SubObjectID.php.

References ILIAS\Cache\Services\SubObjectID\$obj_id.

44  : int
45  {
46  return $this->obj_id;
47  }

◆ subID()

ILIAS\Cache\Services\SubObjectID::subID ( )

Implements ILIAS\Cache\Services\SubObjectIDInterface.

Definition at line 49 of file SubObjectID.php.

References ILIAS\Cache\Services\SubObjectID\$sub_id.

49  : int
50  {
51  return $this->sub_id;
52  }

◆ subtype()

ILIAS\Cache\Services\SubObjectID::subtype ( )

Implements ILIAS\Cache\Services\SubObjectIDInterface.

Definition at line 39 of file SubObjectID.php.

References ILIAS\Cache\Services\SubObjectID\$sub_type.

39  : string
40  {
41  return $this->sub_type;
42  }

Field Documentation

◆ $obj_id

int ILIAS\Cache\Services\SubObjectID::$obj_id
protected

◆ $sub_id

int ILIAS\Cache\Services\SubObjectID::$sub_id
protected

◆ $sub_type

string ILIAS\Cache\Services\SubObjectID::$sub_type
protected

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