ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 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.

References $obj_id, and $ref_id.

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

Member Function Documentation

◆ getObjId()

ilConditionTarget::getObjId ( )

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

References $obj_id.

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

◆ getRefId()

ilConditionTarget::getRefId ( )

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

References $ref_id.

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

◆ getType()

ilConditionTarget::getType ( )

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

References $type.

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

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: