|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\AdvancedMetaData\Services\SubObjectID:
Collaboration diagram for ILIAS\AdvancedMetaData\Services\SubObjectID:Public Member Functions | |
| __construct (int $obj_id, int $sub_id, string $sub_type) | |
| subtype () | |
| objID () | |
| subID () | |
| subtype () | |
| objID () | |
| subID () | |
Protected Attributes | |
| int | $obj_id |
| int | $sub_id |
| string | $sub_type |
Definition at line 23 of file SubObjectID.php.
| ILIAS\AdvancedMetaData\Services\SubObjectID::__construct | ( | int | $obj_id, |
| int | $sub_id, | ||
| string | $sub_type | ||
| ) |
Definition at line 29 of file SubObjectID.php.
References ILIAS\AdvancedMetaData\Services\SubObjectID\$obj_id, ILIAS\AdvancedMetaData\Services\SubObjectID\$sub_id, and ILIAS\AdvancedMetaData\Services\SubObjectID\$sub_type.
| ILIAS\AdvancedMetaData\Services\SubObjectID::objID | ( | ) |
Implements ILIAS\AdvancedMetaData\Services\SubObjectIDInterface.
Definition at line 44 of file SubObjectID.php.
References ILIAS\AdvancedMetaData\Services\SubObjectID\$obj_id.
| ILIAS\AdvancedMetaData\Services\SubObjectID::subID | ( | ) |
Implements ILIAS\AdvancedMetaData\Services\SubObjectIDInterface.
Definition at line 49 of file SubObjectID.php.
References ILIAS\AdvancedMetaData\Services\SubObjectID\$sub_id.
| ILIAS\AdvancedMetaData\Services\SubObjectID::subtype | ( | ) |
Implements ILIAS\AdvancedMetaData\Services\SubObjectIDInterface.
Definition at line 39 of file SubObjectID.php.
References ILIAS\AdvancedMetaData\Services\SubObjectID\$sub_type.
|
protected |
Definition at line 25 of file SubObjectID.php.
Referenced by ILIAS\AdvancedMetaData\Services\SubObjectID\__construct(), and ILIAS\AdvancedMetaData\Services\SubObjectID\objID().
|
protected |
Definition at line 26 of file SubObjectID.php.
Referenced by ILIAS\AdvancedMetaData\Services\SubObjectID\__construct(), and ILIAS\AdvancedMetaData\Services\SubObjectID\subID().
|
protected |
Definition at line 27 of file SubObjectID.php.
Referenced by ILIAS\AdvancedMetaData\Services\SubObjectID\__construct(), and ILIAS\AdvancedMetaData\Services\SubObjectID\subtype().