| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 () | |
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 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.