|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Repository\Deletion\ObjectStandardAdapter:
Collaboration diagram for ILIAS\Repository\Deletion\ObjectStandardAdapter:Public Member Functions | |
| __construct (int $ref_id) | |
| getInstanceByRefId (int $ref_id) | |
| getId () | |
| getType () | |
| getTitle () | |
| getRefId () | |
| delete () | |
| getInstanceByRefId (int $ref_id) | |
| delete () | |
| getId () | |
| getType () | |
| getTitle () | |
| getRefId () | |
Protected Attributes | |
| ilObject | $object = null |
Definition at line 23 of file ObjectStandardAdapter.php.
| ILIAS\Repository\Deletion\ObjectStandardAdapter::__construct | ( | int | $ref_id | ) |
Definition at line 27 of file ObjectStandardAdapter.php.
References $ref_id, and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:| ILIAS\Repository\Deletion\ObjectStandardAdapter::delete | ( | ) |
Implements ILIAS\Repository\Deletion\ObjectInterface.
Definition at line 65 of file ObjectStandardAdapter.php.
| ILIAS\Repository\Deletion\ObjectStandardAdapter::getId | ( | ) |
Implements ILIAS\Repository\Deletion\ObjectInterface.
Definition at line 43 of file ObjectStandardAdapter.php.
| ILIAS\Repository\Deletion\ObjectStandardAdapter::getInstanceByRefId | ( | int | $ref_id | ) |
Implements ILIAS\Repository\Deletion\ObjectInterface.
Definition at line 34 of file ObjectStandardAdapter.php.
References $ref_id.
| ILIAS\Repository\Deletion\ObjectStandardAdapter::getRefId | ( | ) |
Implements ILIAS\Repository\Deletion\ObjectInterface.
Definition at line 57 of file ObjectStandardAdapter.php.
| ILIAS\Repository\Deletion\ObjectStandardAdapter::getTitle | ( | ) |
Implements ILIAS\Repository\Deletion\ObjectInterface.
Definition at line 52 of file ObjectStandardAdapter.php.
| ILIAS\Repository\Deletion\ObjectStandardAdapter::getType | ( | ) |
Implements ILIAS\Repository\Deletion\ObjectInterface.
Definition at line 47 of file ObjectStandardAdapter.php.
|
protected |
Definition at line 25 of file ObjectStandardAdapter.php.