|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\AdvancedMetaData\Services\Services:
Collaboration diagram for ILIAS\AdvancedMetaData\Services\Services:Public Member Functions | |
| __construct () | |
| forObject (string $type, int $ref_id, string $sub_type='', int $sub_id=0) | |
| forSubObjects (string $type, int $ref_id, string ... $sub_types) | |
| getSubObjectID (int $obj_id, int $sub_id, string $sub_type) | |
| forObject (string $type, int $ref_id, string $sub_type='', int $sub_id=0) | |
| forSubObjects (string $type, int $ref_id, string ... $sub_types) | |
| getSubObjectID (int $obj_id, int $sub_id, string $sub_type) | |
Protected Attributes | |
| Container | $dic |
Definition at line 29 of file Services.php.
| ILIAS\AdvancedMetaData\Services\Services::__construct | ( | ) |
Definition at line 33 of file Services.php.
References $DIC.
| ILIAS\AdvancedMetaData\Services\Services::forObject | ( | string | $type, |
| int | $ref_id, | ||
| string | $sub_type = '', |
||
| int | $sub_id = 0 |
||
| ) |
Implements ILIAS\AdvancedMetaData\Services\ServicesInterface.
Definition at line 40 of file Services.php.
| ILIAS\AdvancedMetaData\Services\Services::forSubObjects | ( | string | $type, |
| int | $ref_id, | ||
| string ... | $sub_types | ||
| ) |
Implements ILIAS\AdvancedMetaData\Services\ServicesInterface.
Definition at line 55 of file Services.php.
| ILIAS\AdvancedMetaData\Services\Services::getSubObjectID | ( | int | $obj_id, |
| int | $sub_id, | ||
| string | $sub_type | ||
| ) |
Implements ILIAS\AdvancedMetaData\Services\ServicesInterface.
Definition at line 68 of file Services.php.
|
protected |
Definition at line 31 of file Services.php.