ILIAS  release_8 Revision v8.24
ilConditionTrigger Class Reference

Represents a condition trigger object. More...

+ Collaboration diagram for ilConditionTrigger:

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 trigger object.

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

Definition at line 27 of file class.ilConditionTrigger.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

References $obj_id, and $ref_id.

Member Function Documentation

◆ getObjId()

ilConditionTrigger::getObjId ( )

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

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

References $obj_id.

◆ getRefId()

ilConditionTrigger::getRefId ( )

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

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

References $ref_id.

◆ getType()

ilConditionTrigger::getType ( )

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

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

References $type.

Field Documentation

◆ $obj_id

int ilConditionTrigger::$obj_id
protected

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

Referenced by __construct(), and getObjId().

◆ $ref_id

int ilConditionTrigger::$ref_id
protected

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

Referenced by __construct(), and getRefId().

◆ $type

string ilConditionTrigger::$type
protected

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

Referenced by getType().


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