ILIAS  release_7 Revision v7.30-3-g800a261c036
ilMStListCompetencesSkill Class Reference

Class ilMStListCompetencesSkill. 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)
 ilMStListCompetencesSkill constructor. More...
 
 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

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

Detailed Description

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 
)

ilMStListCompetencesSkill constructor.

Parameters
string$skill_title
string$skill_level
string$login
string$last_name
string$first_name
int$user_id

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

References $email, $first_name, $last_name, $login, $skill_level, $skill_node_id, $skill_title, $user_id, and login().

+ Here is the call graph for this function:

Member Function Documentation

◆ getEmail()

ilMStListCompetencesSkill::getEmail ( )
Returns
string

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

References $email.

179  : string
180  {
181  return $this->email;
182  }

◆ getFirstName()

ilMStListCompetencesSkill::getFirstName ( )
Returns
string

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

References $first_name.

161  : string
162  {
163  return $this->first_name;
164  }

◆ getLastName()

ilMStListCompetencesSkill::getLastName ( )
Returns
string

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

References $last_name.

143  : string
144  {
145  return $this->last_name;
146  }

◆ getLogin()

ilMStListCompetencesSkill::getLogin ( )
Returns
string

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

References $login.

125  : string
126  {
127  return $this->login;
128  }

◆ getSkillLevel()

ilMStListCompetencesSkill::getSkillLevel ( )
Returns
string

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

References $skill_level.

107  : string
108  {
109  return $this->skill_level;
110  }

◆ getSkillNodeId()

ilMStListCompetencesSkill::getSkillNodeId ( )
Returns
int

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

References $skill_node_id.

71  : int
72  {
73  return $this->skill_node_id;
74  }

◆ getSkillTitle()

ilMStListCompetencesSkill::getSkillTitle ( )
Returns
string

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

References $skill_title.

89  : string
90  {
91  return $this->skill_title;
92  }

◆ getUserId()

ilMStListCompetencesSkill::getUserId ( )
Returns
int

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

References $user_id.

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

197  : int
198  {
199  return $this->user_id;
200  }
+ Here is the caller graph for this function:

◆ setEmail()

ilMStListCompetencesSkill::setEmail ( string  $email)
Parameters
string$email

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

References $email.

188  : void
189  {
190  $this->email = $email;
191  }

◆ setFirstName()

ilMStListCompetencesSkill::setFirstName ( string  $first_name)
Parameters
string$first_name

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

References $first_name.

170  : void
171  {
172  $this->first_name = $first_name;
173  }

◆ setLastName()

ilMStListCompetencesSkill::setLastName ( string  $last_name)
Parameters
string$last_name

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

References $last_name.

152  : void
153  {
154  $this->last_name = $last_name;
155  }

◆ setLogin()

ilMStListCompetencesSkill::setLogin ( string  $login)
Parameters
string$login

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

References $login, and login().

134  : void
135  {
136  $this->login = $login;
137  }
login()
Definition: login.php:2
+ Here is the call graph for this function:

◆ setSkillLevel()

ilMStListCompetencesSkill::setSkillLevel ( string  $skill_level)
Parameters
string$skill_level

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

References $skill_level.

116  : void
117  {
118  $this->skill_level = $skill_level;
119  }

◆ setSkillNodeId()

ilMStListCompetencesSkill::setSkillNodeId ( int  $skill_node_id)
Parameters
int$skill_node_id

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

References $skill_node_id.

80  : void
81  {
82  $this->skill_node_id = $skill_node_id;
83  }

◆ setSkillTitle()

ilMStListCompetencesSkill::setSkillTitle ( string  $skill_title)
Parameters
string$skill_title

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

References $skill_title.

98  : void
99  {
100  $this->skill_title = $skill_title;
101  }

◆ setUserId()

ilMStListCompetencesSkill::setUserId ( int  $user_id)
Parameters
int$user_id

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

References $user_id.

206  : void
207  {
208  $this->user_id = $user_id;
209  }

Field Documentation

◆ $email

ilMStListCompetencesSkill::$email
protected

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

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

◆ $first_name

ilMStListCompetencesSkill::$first_name
protected

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

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

◆ $last_name

ilMStListCompetencesSkill::$last_name
protected

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

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

◆ $login

ilMStListCompetencesSkill::$login
protected

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

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

◆ $skill_level

ilMStListCompetencesSkill::$skill_level
protected

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

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

◆ $skill_node_id

ilMStListCompetencesSkill::$skill_node_id
protected

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

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

◆ $skill_title

ilMStListCompetencesSkill::$skill_title
protected

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

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

◆ $user_id

ilMStListCompetencesSkill::$user_id
protected

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

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


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