ILIAS  release_8 Revision v8.24
ilMStListCompetencesSkill Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilMStListCompetencesSkill:

Public Member Functions

 __construct (int $skill_node_id, string $skill_title, string $skill_level, string $login, string $last_name, string $first_name, string $email, int $user_id)
 
 getSkillNodeId ()
 
 setSkillNodeId (int $skill_node_id)
 
 getSkillTitle ()
 
 setSkillTitle (string $skill_title)
 
 getSkillLevel ()
 
 setSkillLevel (string $skill_level)
 
 getLogin ()
 
 setLogin (string $login)
 
 getLastName ()
 
 setLastName (string $last_name)
 
 getFirstName ()
 
 setFirstName (string $first_name)
 
 getEmail ()
 
 setEmail (string $email)
 
 getUserId ()
 
 setUserId (int $user_id)
 

Protected Attributes

int $skill_node_id
 
string $skill_title
 
string $skill_level
 
string $login
 
string $last_name
 
string $first_name
 
string $email
 
int $user_id
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilMStListCompetencesSkill

Author
Theodor Truffer tt@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 23 of file class.ilMStListCompetencesSkill.php.

Constructor & Destructor Documentation

◆ __construct()

ilMStListCompetencesSkill::__construct ( int  $skill_node_id,
string  $skill_title,
string  $skill_level,
string  $login,
string  $last_name,
string  $first_name,
string  $email,
int  $user_id 
)

Member Function Documentation

◆ getEmail()

ilMStListCompetencesSkill::getEmail ( )
final

Definition at line 114 of file class.ilMStListCompetencesSkill.php.

114 : string
115 {
116 return $this->email;
117 }

References $email.

◆ getFirstName()

ilMStListCompetencesSkill::getFirstName ( )
final

Definition at line 104 of file class.ilMStListCompetencesSkill.php.

104 : string
105 {
106 return $this->first_name;
107 }

References $first_name.

◆ getLastName()

ilMStListCompetencesSkill::getLastName ( )
final

Definition at line 94 of file class.ilMStListCompetencesSkill.php.

94 : string
95 {
96 return $this->last_name;
97 }

References $last_name.

◆ getLogin()

ilMStListCompetencesSkill::getLogin ( )
final

Definition at line 84 of file class.ilMStListCompetencesSkill.php.

84 : string
85 {
86 return $this->login;
87 }

References $login.

◆ getSkillLevel()

ilMStListCompetencesSkill::getSkillLevel ( )
final

Definition at line 74 of file class.ilMStListCompetencesSkill.php.

74 : string
75 {
76 return $this->skill_level;
77 }

References $skill_level.

◆ getSkillNodeId()

ilMStListCompetencesSkill::getSkillNodeId ( )
final

Definition at line 54 of file class.ilMStListCompetencesSkill.php.

54 : int
55 {
57 }

References $skill_node_id.

◆ getSkillTitle()

ilMStListCompetencesSkill::getSkillTitle ( )
final

Definition at line 64 of file class.ilMStListCompetencesSkill.php.

64 : string
65 {
66 return $this->skill_title;
67 }

References $skill_title.

◆ getUserId()

ilMStListCompetencesSkill::getUserId ( )
final

Definition at line 124 of file class.ilMStListCompetencesSkill.php.

124 : int
125 {
126 return $this->user_id;
127 }

References $user_id.

Referenced by ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\getFieldValuesForExport().

+ Here is the caller graph for this function:

◆ setEmail()

ilMStListCompetencesSkill::setEmail ( string  $email)
final

Definition at line 119 of file class.ilMStListCompetencesSkill.php.

119 : void
120 {
121 $this->email = $email;
122 }

References $email.

◆ setFirstName()

ilMStListCompetencesSkill::setFirstName ( string  $first_name)
final

Definition at line 109 of file class.ilMStListCompetencesSkill.php.

109 : void
110 {
111 $this->first_name = $first_name;
112 }

References $first_name.

◆ setLastName()

ilMStListCompetencesSkill::setLastName ( string  $last_name)
final

Definition at line 99 of file class.ilMStListCompetencesSkill.php.

99 : void
100 {
101 $this->last_name = $last_name;
102 }

References $last_name.

◆ setLogin()

ilMStListCompetencesSkill::setLogin ( string  $login)
final

Definition at line 89 of file class.ilMStListCompetencesSkill.php.

89 : void
90 {
91 $this->login = $login;
92 }

References $login, and ILIAS\UI\examples\Symbol\Glyph\Login\login().

+ Here is the call graph for this function:

◆ setSkillLevel()

ilMStListCompetencesSkill::setSkillLevel ( string  $skill_level)
final

Definition at line 79 of file class.ilMStListCompetencesSkill.php.

79 : void
80 {
81 $this->skill_level = $skill_level;
82 }

References $skill_level.

◆ setSkillNodeId()

ilMStListCompetencesSkill::setSkillNodeId ( int  $skill_node_id)
final

Definition at line 59 of file class.ilMStListCompetencesSkill.php.

59 : void
60 {
61 $this->skill_node_id = $skill_node_id;
62 }

References $skill_node_id.

◆ setSkillTitle()

ilMStListCompetencesSkill::setSkillTitle ( string  $skill_title)
final

Definition at line 69 of file class.ilMStListCompetencesSkill.php.

69 : void
70 {
71 $this->skill_title = $skill_title;
72 }

References $skill_title.

◆ setUserId()

ilMStListCompetencesSkill::setUserId ( int  $user_id)
final

Definition at line 129 of file class.ilMStListCompetencesSkill.php.

129 : void
130 {
131 $this->user_id = $user_id;
132 }

References $user_id.

Field Documentation

◆ $email

string ilMStListCompetencesSkill::$email
protected

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

Referenced by __construct(), getEmail(), and setEmail().

◆ $first_name

string ilMStListCompetencesSkill::$first_name
protected

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

Referenced by __construct(), getFirstName(), and setFirstName().

◆ $last_name

string ilMStListCompetencesSkill::$last_name
protected

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

Referenced by __construct(), getLastName(), and setLastName().

◆ $login

string ilMStListCompetencesSkill::$login
protected

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

Referenced by __construct(), getLogin(), and setLogin().

◆ $skill_level

string ilMStListCompetencesSkill::$skill_level
protected

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

Referenced by __construct(), getSkillLevel(), and setSkillLevel().

◆ $skill_node_id

int ilMStListCompetencesSkill::$skill_node_id
protected

Definition at line 25 of file class.ilMStListCompetencesSkill.php.

Referenced by __construct(), getSkillNodeId(), and setSkillNodeId().

◆ $skill_title

string ilMStListCompetencesSkill::$skill_title
protected

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

Referenced by __construct(), getSkillTitle(), and setSkillTitle().

◆ $user_id

int ilMStListCompetencesSkill::$user_id
protected

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

Referenced by __construct(), getUserId(), and setUserId().


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