ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
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 |
Definition at line 23 of file SubObjectID.php.
ILIAS\Cache\Services\SubObjectID::__construct | ( | int | $obj_id, |
int | $sub_id, | ||
string | $sub_type | ||
) |
Definition at line 29 of file SubObjectID.php.
References ILIAS\Cache\Services\SubObjectID\$obj_id, ILIAS\Cache\Services\SubObjectID\$sub_id, and ILIAS\Cache\Services\SubObjectID\$sub_type.
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.
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.
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.
|
protected |
Definition at line 25 of file SubObjectID.php.
Referenced by ILIAS\Cache\Services\SubObjectID\__construct(), and ILIAS\Cache\Services\SubObjectID\objID().
|
protected |
Definition at line 26 of file SubObjectID.php.
Referenced by ILIAS\Cache\Services\SubObjectID\__construct(), and ILIAS\Cache\Services\SubObjectID\subID().
|
protected |
Definition at line 27 of file SubObjectID.php.
Referenced by ILIAS\Cache\Services\SubObjectID\__construct(), and ILIAS\Cache\Services\SubObjectID\subtype().