|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a condition target object. More...
Collaboration diagram for ilConditionTarget:Public Member Functions | |
| __construct ($ref_id, $obj_id, $obj_type) | |
| Constructor. More... | |
| getRefId () | |
| Get ref id. More... | |
| getObjId () | |
| Get obj id. More... | |
| getType () | |
| Get type. More... | |
Protected Attributes | |
| $ref_id | |
| $obj_id | |
| $type | |
Represents a condition target object.
Definition at line 11 of file class.ilConditionTarget.php.
| ilConditionTarget::__construct | ( | $ref_id, | |
| $obj_id, | |||
| $obj_type | |||
| ) |
Constructor.
Definition at line 31 of file class.ilConditionTarget.php.
| ilConditionTarget::getObjId | ( | ) |
Get obj id.
Definition at line 53 of file class.ilConditionTarget.php.
References $obj_id.
| ilConditionTarget::getRefId | ( | ) |
Get ref id.
Definition at line 43 of file class.ilConditionTarget.php.
References $ref_id.
| ilConditionTarget::getType | ( | ) |
Get type.
Definition at line 63 of file class.ilConditionTarget.php.
References $type.
|
protected |
Definition at line 21 of file class.ilConditionTarget.php.
Referenced by __construct(), and getObjId().
|
protected |
Definition at line 16 of file class.ilConditionTarget.php.
Referenced by __construct(), and getRefId().
|
protected |
Definition at line 26 of file class.ilConditionTarget.php.
Referenced by getType().