ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilConditionTarget Class Reference

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
 

Detailed Description

Represents a condition target object.

Author
killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file class.ilConditionTarget.php.

Constructor & Destructor Documentation

◆ __construct()

ilConditionTarget::__construct ( int  $ref_id,
int  $obj_id,
string  $obj_type 
)

Definition at line 32 of file class.ilConditionTarget.php.

33 {
34 $this->ref_id = $ref_id;
35 $this->obj_id = $obj_id;
36 $this->type = $obj_type;
37 }

References $obj_id, and $ref_id.

Member Function Documentation

◆ getObjId()

ilConditionTarget::getObjId ( )

Definition at line 44 of file class.ilConditionTarget.php.

44 : int
45 {
46 return $this->obj_id;
47 }

References $obj_id.

◆ getRefId()

ilConditionTarget::getRefId ( )

Definition at line 39 of file class.ilConditionTarget.php.

39 : int
40 {
41 return $this->ref_id;
42 }

References $ref_id.

◆ getType()

ilConditionTarget::getType ( )

Definition at line 49 of file class.ilConditionTarget.php.

49 : string
50 {
51 return $this->type;
52 }

References $type.

Field Documentation

◆ $obj_id

int ilConditionTarget::$obj_id
protected

Definition at line 29 of file class.ilConditionTarget.php.

Referenced by __construct(), and getObjId().

◆ $ref_id

int ilConditionTarget::$ref_id
protected

Definition at line 28 of file class.ilConditionTarget.php.

Referenced by __construct(), and getRefId().

◆ $type

string ilConditionTarget::$type
protected

Definition at line 30 of file class.ilConditionTarget.php.

Referenced by getType().


The documentation for this class was generated from the following file: