ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Represents a condition target object. More...
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 26 of file class.ilConditionTarget.php.
ilConditionTarget::__construct | ( | int | $ref_id, |
int | $obj_id, | ||
string | $obj_type | ||
) |
Definition at line 32 of file class.ilConditionTarget.php.
ilConditionTarget::getObjId | ( | ) |
Definition at line 44 of file class.ilConditionTarget.php.
References $obj_id.
ilConditionTarget::getRefId | ( | ) |
Definition at line 39 of file class.ilConditionTarget.php.
References $ref_id.
ilConditionTarget::getType | ( | ) |
|
protected |
Definition at line 29 of file class.ilConditionTarget.php.
Referenced by __construct(), and getObjId().
|
protected |
Definition at line 28 of file class.ilConditionTarget.php.
Referenced by __construct(), and getRefId().
|
protected |
Definition at line 30 of file class.ilConditionTarget.php.
Referenced by getType().