ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilLearningHistoryEntry Class Reference

Learning history entry. More...

+ Collaboration diagram for ilLearningHistoryEntry:

Public Member Functions

 __construct ($achieve_text, $achieve_in_text, $icon_path, $ts, $obj_id, $ref_id=0)
 Constructor. More...
 
 getTimestamp ()
 Get timestamp. More...
 
 getObjId ()
 Get obj id. More...
 
 getRefId ()
 Get ref id. More...
 
 getAchieveText ()
 Get achieve text. More...
 
 getAchieveInText ()
 Get achieve in text. More...
 
 getIconPath ()
 Get Icon path. More...
 

Protected Attributes

 $achieve_text
 
 $achieve_in_text
 
 $icon_path
 
 $ts
 
 $obj_id
 
 $ref_id
 

Detailed Description

Learning history entry.

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

Definition at line 11 of file class.ilLearningHistoryEntry.php.

Constructor & Destructor Documentation

◆ __construct()

ilLearningHistoryEntry::__construct (   $achieve_text,
  $achieve_in_text,
  $icon_path,
  $ts,
  $obj_id,
  $ref_id = 0 
)

Constructor.

Parameters
string$achieve_text
string$achieve_in_text
string$icon_path
int$ts
int$obj_id
int$ref_id

Definition at line 52 of file class.ilLearningHistoryEntry.php.

References $achieve_in_text, $achieve_text, $icon_path, $obj_id, $ref_id, and $ts.

Member Function Documentation

◆ getAchieveInText()

ilLearningHistoryEntry::getAchieveInText ( )

Get achieve in text.

Returns
string

Definition at line 107 of file class.ilLearningHistoryEntry.php.

References $achieve_in_text.

◆ getAchieveText()

ilLearningHistoryEntry::getAchieveText ( )

Get achieve text.

Returns
string

Definition at line 97 of file class.ilLearningHistoryEntry.php.

References $achieve_text.

◆ getIconPath()

ilLearningHistoryEntry::getIconPath ( )

Get Icon path.

Returns
string

Definition at line 117 of file class.ilLearningHistoryEntry.php.

References $icon_path.

◆ getObjId()

ilLearningHistoryEntry::getObjId ( )

Get obj id.

Returns
int

Definition at line 77 of file class.ilLearningHistoryEntry.php.

References $obj_id.

◆ getRefId()

ilLearningHistoryEntry::getRefId ( )

Get ref id.

Returns
int

Definition at line 87 of file class.ilLearningHistoryEntry.php.

References $ref_id.

◆ getTimestamp()

ilLearningHistoryEntry::getTimestamp ( )

Get timestamp.

Returns
int

Definition at line 67 of file class.ilLearningHistoryEntry.php.

References $ts.

Field Documentation

◆ $achieve_in_text

ilLearningHistoryEntry::$achieve_in_text
protected

Definition at line 21 of file class.ilLearningHistoryEntry.php.

Referenced by __construct(), and getAchieveInText().

◆ $achieve_text

ilLearningHistoryEntry::$achieve_text
protected

Definition at line 16 of file class.ilLearningHistoryEntry.php.

Referenced by __construct(), and getAchieveText().

◆ $icon_path

ilLearningHistoryEntry::$icon_path
protected

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

Referenced by __construct(), and getIconPath().

◆ $obj_id

ilLearningHistoryEntry::$obj_id
protected

Definition at line 36 of file class.ilLearningHistoryEntry.php.

Referenced by __construct(), and getObjId().

◆ $ref_id

ilLearningHistoryEntry::$ref_id
protected

Definition at line 41 of file class.ilLearningHistoryEntry.php.

Referenced by __construct(), and getRefId().

◆ $ts

ilLearningHistoryEntry::$ts
protected

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

Referenced by __construct(), and getTimestamp().


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