ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
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 27 of file class.ilConditionTarget.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

References $obj_id, and $ref_id.

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

Member Function Documentation

◆ getObjId()

ilConditionTarget::getObjId ( )

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

References $obj_id.

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

◆ getRefId()

ilConditionTarget::getRefId ( )

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

References $ref_id.

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

◆ getType()

ilConditionTarget::getType ( )

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

References $type.

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

Field Documentation

◆ $obj_id

int ilConditionTarget::$obj_id
protected

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

Referenced by __construct(), and getObjId().

◆ $ref_id

int ilConditionTarget::$ref_id
protected

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

Referenced by __construct(), and getRefId().

◆ $type

string ilConditionTarget::$type
protected

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

Referenced by getType().


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