| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
Represents a condition target object. More...
 Collaboration diagram for ilConditionTarget:Public Member Functions | |
| __construct (int $ref_id, int $obj_id, string $obj_type) | |
| getRefId () | |
| getObjId () | |
| getType () | |
Protected Attributes | |
| int | $ref_id | 
| int | $obj_id | 
| string | $type | 
Represents a condition target object.
Definition at line 27 of file class.ilConditionTarget.php.
| ilConditionTarget::__construct | ( | int | $ref_id, | 
| int | $obj_id, | ||
| string | $obj_type | ||
| ) | 
Definition at line 33 of file class.ilConditionTarget.php.
| ilConditionTarget::getObjId | ( | ) | 
Definition at line 45 of file class.ilConditionTarget.php.
References $obj_id.
| ilConditionTarget::getRefId | ( | ) | 
Definition at line 40 of file class.ilConditionTarget.php.
References $ref_id.
| ilConditionTarget::getType | ( | ) | 
      
  | 
  protected | 
Definition at line 30 of file class.ilConditionTarget.php.
Referenced by __construct(), and getObjId().
      
  | 
  protected | 
Definition at line 29 of file class.ilConditionTarget.php.
Referenced by __construct(), and getRefId().
      
  | 
  protected | 
Definition at line 31 of file class.ilConditionTarget.php.
Referenced by getType().