ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Personal skills GUI class. More...
Public Member Functions | |
__construct () | |
Contructor. More... | |
setProfileId ($a_val) | |
Set profile id. More... | |
getProfileId () | |
Get profile id. More... | |
setGapAnalysisSelfEvalLevels (array $a_val) | |
Set self evaluation levels for gap analysis. More... | |
getGapAnalysisSelfEvalLevels () | |
Get self evaluation levels for gap analysis. More... | |
setHistoryView ($a_val) | |
Set history view. More... | |
getHistoryView () | |
Get history view. More... | |
getTriggerObjectsFilter () | |
setTriggerObjectsFilter ($trigger_objects_filter) | |
setIntroText ($a_val) | |
Set intro text. More... | |
getIntroText () | |
Get intro text. More... | |
hideSkill ($a_skill_id, $a_tref_id=0) | |
Hide skill. More... | |
determineCurrentProfile () | |
Determine current profile id. More... | |
setObjectSkills ($a_obj_id, $a_skills=null) | |
Set object skills. More... | |
executeCommand () | |
Execute command. More... | |
setTabs ($a_activate) | |
Set tabs. More... | |
setOfflineMode ($a_file_path) | |
listSkills () | |
List skills. More... | |
getSkillHTML ($a_top_skill_id, $a_user_id=0, $a_edit=false, $a_tref_id=0) | |
Get skill presentation HTML. More... | |
renderSkillHTML ($a_top_skill_id, $a_user_id=0, $a_edit=false, $a_tref_id=0) | |
Render skill html. More... | |
getMaterialInfo ($a_wsp_id, $a_user_id) | |
Get material file name and goto url. More... | |
addSkill () | |
Add personal skill. More... | |
confirmSkillRemove () | |
Confirm skill remove. More... | |
removeSkills () | |
Remove skills. More... | |
assignMaterials () | |
Assign materials to skill levels. More... | |
assignMaterial () | |
Assign materials to skill level. More... | |
selectMaterial () | |
Select material. More... | |
removeMaterial () | |
Remove material. More... | |
selfEvaluation () | |
Assign materials to skill levels. More... | |
saveSelfEvaluation () | |
Save self evaluation. More... | |
listSkillsForAdd () | |
LIst skills for adding. More... | |
listProfilesForGap () | |
List profiles. More... | |
showProfileSelectorToolbar () | |
Show profile selector toolbar. More... | |
setGapAnalysisActualStatusModePerType ($a_type, $a_cat_title="") | |
Set gap analysis actual status mode "per type". More... | |
setGapAnalysisActualStatusModePerObject ($a_obj_id, $a_cat_title="") | |
Set gap analysis actual status mode "per object". More... | |
getGapAnalysisHTML ($a_user_id=0, $a_skills=null) | |
Get gap analysis html. More... | |
selectProfile () | |
Select profile. More... | |
getMaterials ($a_levels, $a_tref_id=0, $a_user_id=0) | |
Get materials. More... | |
getProfileTargetItem ($a_profile_id, $a_levels, $a_tref_id=0) | |
Get profile target item. More... | |
getActualGapItem ($a_levels, $a_tref_id=0) | |
getSelfEvalGapItem ($a_levels, $a_tref_id=0) | |
getScaleBar ($a_levels, $a_activated_levels) | |
Get scale bar. More... | |
getEvalItem ($a_levels, $a_level_entry) | |
Get eval item. More... | |
getSkillDescription ($skill) | |
Get level description. More... | |
getSuggestedResources ($a_profile_id, $a_levels, $a_base_skill, $a_tref_id) | |
Render suggested resources. More... | |
listAssignedProfile () | |
List profile. More... | |
Data Fields | |
const | LIST_SELECTED = "" |
const | LIST_PROFILES = "profiles" |
Static Public Attributes | |
static | $skill_tt_cnt = 1 |
Protected Member Functions | |
getFilter () | |
Get filter. More... | |
render () | |
Render. More... | |
applyFilter () | |
Apply filter. More... | |
applyFilterAssignedProfiles () | |
Apply filter for profiles view. More... | |
getActualLevels ($skills, $user_id) | |
Get actual levels. More... | |
Protected Attributes | |
$offline_mode | |
$skill_tree | |
$actual_levels = array() | |
$gap_self_eval_levels = array() | |
$mode = "" | |
$history_view = false | |
$trigger_objects_filter = array() | |
$intro_text = "" | |
$hidden_skills = array() | |
$ui | |
$ctrl | |
$lng | |
$help | |
$setting | |
$user | |
$tpl | |
$tabs | |
$toolbar | |
$access | |
$ui_fac | |
$ui_ren | |
$obj_id = 0 | |
$obj_skills = array() | |
$filter | |
$list_mode = self::LIST_SELECTED | |
ilPersonalSkillsGUI::__construct | ( | ) |
Contructor.
public
Definition at line 111 of file class.ilPersonalSkillsGUI.php.
References $_GET, $ctrl, $DIC, $help, $ilCtrl, $ilSetting, $lng, $setting, ilSkillProfile\getProfilesOfUser(), and user().
ilPersonalSkillsGUI::addSkill | ( | ) |
Add personal skill.
Definition at line 737 of file class.ilPersonalSkillsGUI.php.
References $_GET, $ctrl, $ilCtrl, $ilUser, $lng, $user, and ilPersonalSkill\addPersonalSkill().
|
protected |
Apply filter.
Definition at line 462 of file class.ilPersonalSkillsGUI.php.
References getFilter().
|
protected |
Apply filter for profiles view.
Definition at line 471 of file class.ilPersonalSkillsGUI.php.
References getFilter().
ilPersonalSkillsGUI::assignMaterial | ( | ) |
Assign materials to skill level.
Definition at line 895 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $ilCtrl, $ilSetting, $ilUser, $lng, $message, $setting, $tabs, $tpl, $ui, $url, $user, and ilTreeExplorerGUI\setTypeWhiteList().
ilPersonalSkillsGUI::assignMaterials | ( | ) |
Assign materials to skill levels.
Definition at line 813 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, $ctrl, $ilCtrl, $lng, PHPMailer\PHPMailer\$options, $si, $tab, $tabs, $toolbar, $tpl, ilSkillTemplateReference\_lookupTemplateId(), ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), and ilUtil\getImagePath().
ilPersonalSkillsGUI::confirmSkillRemove | ( | ) |
Confirm skill remove.
Definition at line 754 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, $ctrl, $i, $ilCtrl, $lng, $tpl, ilSkillTreeNode\_lookupTitle(), and ilUtil\sendInfo().
ilPersonalSkillsGUI::determineCurrentProfile | ( | ) |
Determine current profile id.
Definition at line 281 of file class.ilPersonalSkillsGUI.php.
References $_GET, $ctrl, $ilCtrl, and setProfileId().
Referenced by listAssignedProfile(), and listProfilesForGap().
ilPersonalSkillsGUI::executeCommand | ( | ) |
ilPersonalSkillsGUI::getActualGapItem | ( | $a_levels, | |
$a_tref_id = 0 |
|||
) |
Definition at line 1589 of file class.ilPersonalSkillsGUI.php.
References $lng, $title, $tpl, $type, ilObject\_lookupTitle(), and getScaleBar().
Referenced by renderSkillHTML().
|
protected |
Get actual levels.
array | $skills | |
int | $user_id |
Definition at line 1241 of file class.ilPersonalSkillsGUI.php.
Referenced by getGapAnalysisHTML(), and listAssignedProfile().
ilPersonalSkillsGUI::getEvalItem | ( | $a_levels, | |
$a_level_entry | |||
) |
Get eval item.
Definition at line 1689 of file class.ilPersonalSkillsGUI.php.
References $access, $lng, $title, $tpl, $type, ilLink\_getLink(), ilDatePresentation\formatDate(), getScaleBar(), IL_CAL_DATETIME, ilDatePresentation\setUseRelativeDates(), ilSkillEval\TYPE_APPRAISAL, ilSkillEval\TYPE_MEASUREMENT, and ilSkillEval\TYPE_SELF_EVAL.
Referenced by renderSkillHTML().
|
protected |
Get filter.
Definition at line 162 of file class.ilPersonalSkillsGUI.php.
References $filter.
Referenced by applyFilter(), applyFilterAssignedProfiles(), listAssignedProfile(), listSkills(), and renderSkillHTML().
ilPersonalSkillsGUI::getGapAnalysisHTML | ( | $a_user_id = 0 , |
|
$a_skills = null |
|||
) |
Get gap analysis html.
Definition at line 1269 of file class.ilPersonalSkillsGUI.php.
References $html, $ilUser, $l, $lg, $lng, $obj_skills, $path, $s, $user, ilSkillTreeNode\_lookupTitle(), ilObject\_lookupTitle(), getActualLevels(), getGapAnalysisSelfEvalLevels(), ilPanelGUI\getInstance(), ilChart\getInstanceByType(), getIntroText(), getProfileId(), getSkillHTML(), ilPanelGUI\PANEL_STYLE_PRIMARY, ilSkillTreeNode\STATUS_DRAFT, and ilChart\TYPE_SPIDER.
Referenced by listProfilesForGap().
ilPersonalSkillsGUI::getGapAnalysisSelfEvalLevels | ( | ) |
Get self evaluation levels for gap analysis.
Definition at line 203 of file class.ilPersonalSkillsGUI.php.
References $gap_self_eval_levels.
Referenced by getGapAnalysisHTML(), and getSelfEvalGapItem().
ilPersonalSkillsGUI::getHistoryView | ( | ) |
Get history view.
Definition at line 223 of file class.ilPersonalSkillsGUI.php.
References $history_view.
ilPersonalSkillsGUI::getIntroText | ( | ) |
Get intro text.
Definition at line 259 of file class.ilPersonalSkillsGUI.php.
References $intro_text.
Referenced by getGapAnalysisHTML().
ilPersonalSkillsGUI::getMaterialInfo | ( | $a_wsp_id, | |
$a_user_id | |||
) |
Get material file name and goto url.
int | $a_wsp_id |
Definition at line 681 of file class.ilPersonalSkillsGUI.php.
References $obj_id, $url, ilObject\_lookupTitle(), and ilObject\_lookupType().
Referenced by getMaterials().
ilPersonalSkillsGUI::getMaterials | ( | $a_levels, | |
$a_tref_id = 0 , |
|||
$a_user_id = 0 |
|||
) |
Get materials.
Definition at line 1498 of file class.ilPersonalSkillsGUI.php.
References $ilUser, $lng, $tpl, $user, ilPersonalSkill\countAssignedMaterial(), ilPersonalSkill\getAssignedMaterial(), and getMaterialInfo().
Referenced by renderSkillHTML().
ilPersonalSkillsGUI::getProfileId | ( | ) |
Get profile id.
Definition at line 183 of file class.ilPersonalSkillsGUI.php.
Referenced by getGapAnalysisHTML(), listAssignedProfile(), renderSkillHTML(), and showProfileSelectorToolbar().
ilPersonalSkillsGUI::getProfileTargetItem | ( | $a_profile_id, | |
$a_levels, | |||
$a_tref_id = 0 |
|||
) |
Get profile target item.
Definition at line 1555 of file class.ilPersonalSkillsGUI.php.
References $lng, $tpl, and getScaleBar().
Referenced by renderSkillHTML().
ilPersonalSkillsGUI::getScaleBar | ( | $a_levels, | |
$a_activated_levels | |||
) |
Get scale bar.
Definition at line 1667 of file class.ilPersonalSkillsGUI.php.
Referenced by getActualGapItem(), getEvalItem(), getProfileTargetItem(), and getSelfEvalGapItem().
ilPersonalSkillsGUI::getSelfEvalGapItem | ( | $a_levels, | |
$a_tref_id = 0 |
|||
) |
Definition at line 1631 of file class.ilPersonalSkillsGUI.php.
References $lng, $tpl, $type, getGapAnalysisSelfEvalLevels(), and getScaleBar().
Referenced by renderSkillHTML().
ilPersonalSkillsGUI::getSkillDescription | ( | $skill | ) |
Get level description.
Definition at line 1741 of file class.ilPersonalSkillsGUI.php.
Referenced by renderSkillHTML().
ilPersonalSkillsGUI::getSkillHTML | ( | $a_top_skill_id, | |
$a_user_id = 0 , |
|||
$a_edit = false , |
|||
$a_tref_id = 0 |
|||
) |
Get skill presentation HTML.
$a_top_skill_id is a node of the skill "main tree", it can be a tref id!
Definition at line 486 of file class.ilPersonalSkillsGUI.php.
References renderSkillHTML().
Referenced by getGapAnalysisHTML(), listAssignedProfile(), and listSkills().
ilPersonalSkillsGUI::getSuggestedResources | ( | $a_profile_id, | |
$a_levels, | |||
$a_base_skill, | |||
$a_tref_id | |||
) |
Render suggested resources.
Definition at line 1771 of file class.ilPersonalSkillsGUI.php.
References $lng, $obj_id, $r, $res, $title, $tpl, ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), and ilBasicSkill\lookupLevelTitle().
Referenced by renderSkillHTML().
ilPersonalSkillsGUI::getTriggerObjectsFilter | ( | ) |
Definition at line 231 of file class.ilPersonalSkillsGUI.php.
References $trigger_objects_filter.
Referenced by renderSkillHTML().
ilPersonalSkillsGUI::hideSkill | ( | $a_skill_id, | |
$a_tref_id = 0 |
|||
) |
ilPersonalSkillsGUI::listAssignedProfile | ( | ) |
List profile.
Definition at line 1879 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $html, $ilCtrl, $l, $s, $tpl, determineCurrentProfile(), getActualLevels(), getFilter(), getProfileId(), getSkillHTML(), setTabs(), showProfileSelectorToolbar(), and user().
Referenced by render().
ilPersonalSkillsGUI::listProfilesForGap | ( | ) |
List profiles.
Definition at line 1158 of file class.ilPersonalSkillsGUI.php.
References $tpl, determineCurrentProfile(), getGapAnalysisHTML(), and showProfileSelectorToolbar().
ilPersonalSkillsGUI::listSkills | ( | ) |
List skills.
Definition at line 406 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $html, $ilCtrl, $ilUser, $lng, $path, $s, $toolbar, $tpl, $user, getFilter(), ilPersonalSkill\getSelectedUserSkills(), getSkillHTML(), setTabs(), and ilSkillTreeNode\STATUS_DRAFT.
Referenced by render().
ilPersonalSkillsGUI::listSkillsForAdd | ( | ) |
LIst skills for adding.
Definition at line 1128 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $ilCtrl, $lng, $tabs, $tpl, and ilUtil\sendInfo().
ilPersonalSkillsGUI::removeMaterial | ( | ) |
Remove material.
Definition at line 993 of file class.ilPersonalSkillsGUI.php.
References $_GET, $ctrl, $ilCtrl, $ilUser, $lng, $user, and ilPersonalSkill\removeMaterial().
ilPersonalSkillsGUI::removeSkills | ( | ) |
Remove skills.
Definition at line 786 of file class.ilPersonalSkillsGUI.php.
References $_POST, $ctrl, $ilCtrl, $ilUser, $lng, $user, and ilPersonalSkill\removeSkill().
|
protected |
Render.
Definition at line 389 of file class.ilPersonalSkillsGUI.php.
References listAssignedProfile(), and listSkills().
ilPersonalSkillsGUI::renderSkillHTML | ( | $a_top_skill_id, | |
$a_user_id = 0 , |
|||
$a_edit = false , |
|||
$a_tref_id = 0 |
|||
) |
Render skill html.
Definition at line 510 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $ilCtrl, $ilUser, $lng, $path, $title, $tpl, $user, ilSkillTemplateReference\_lookupTemplateId(), ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), ilBasicSkill\EVAL_BY_ALL, getActualGapItem(), getEvalItem(), getFilter(), ilSkillTreeNodeFactory\getInstance(), getMaterials(), getProfileId(), getProfileTargetItem(), getSelfEvalGapItem(), ilPersonalSkill\getSelfEvaluationDate(), getSkillDescription(), getSuggestedResources(), getTriggerObjectsFilter(), ilBasicSkill\hasSelfEvaluated(), and ilSkillTreeNode\STATUS_DRAFT.
Referenced by getSkillHTML().
ilPersonalSkillsGUI::saveSelfEvaluation | ( | ) |
Save self evaluation.
Definition at line 1099 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, $ctrl, $ilCtrl, $ilUser, $lng, $user, and ilPersonalSkill\saveSelfEvaluation().
ilPersonalSkillsGUI::selectMaterial | ( | ) |
Select material.
Definition at line 959 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, $ctrl, $ilCtrl, $ilUser, $lng, $user, $w, and ilPersonalSkill\assignMaterial().
ilPersonalSkillsGUI::selectProfile | ( | ) |
Select profile.
Definition at line 1480 of file class.ilPersonalSkillsGUI.php.
References $_POST, $ctrl, and $ilCtrl.
ilPersonalSkillsGUI::selfEvaluation | ( | ) |
Assign materials to skill levels.
Definition at line 1021 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, $ctrl, $ilCtrl, $lng, PHPMailer\PHPMailer\$options, $si, $tab, $tabs, $toolbar, $tpl, ilSkillTemplateReference\_lookupTemplateId(), ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), and ilUtil\getImagePath().
ilPersonalSkillsGUI::setGapAnalysisActualStatusModePerObject | ( | $a_obj_id, | |
$a_cat_title = "" |
|||
) |
Set gap analysis actual status mode "per object".
integer | $a_obj_id | object id |
Definition at line 1227 of file class.ilPersonalSkillsGUI.php.
ilPersonalSkillsGUI::setGapAnalysisActualStatusModePerType | ( | $a_type, | |
$a_cat_title = "" |
|||
) |
Set gap analysis actual status mode "per type".
string | $a_type | type |
Definition at line 1214 of file class.ilPersonalSkillsGUI.php.
References $a_type.
ilPersonalSkillsGUI::setGapAnalysisSelfEvalLevels | ( | array | $a_val | ) |
Set self evaluation levels for gap analysis.
array | $a_val | self evaluation values key1: base_skill_id, key2: tref_id: value: level id |
Definition at line 193 of file class.ilPersonalSkillsGUI.php.
ilPersonalSkillsGUI::setHistoryView | ( | $a_val | ) |
Set history view.
bool | $a_val | history view |
Definition at line 213 of file class.ilPersonalSkillsGUI.php.
ilPersonalSkillsGUI::setIntroText | ( | $a_val | ) |
Set intro text.
string | $a_val | intro text html |
Definition at line 249 of file class.ilPersonalSkillsGUI.php.
ilPersonalSkillsGUI::setObjectSkills | ( | $a_obj_id, | |
$a_skills = null |
|||
) |
Set object skills.
int | $a_obj_id | object id |
array | $a_skills | skills array |
Definition at line 310 of file class.ilPersonalSkillsGUI.php.
ilPersonalSkillsGUI::setOfflineMode | ( | $a_file_path | ) |
Definition at line 381 of file class.ilPersonalSkillsGUI.php.
ilPersonalSkillsGUI::setProfileId | ( | $a_val | ) |
Set profile id.
$a_val |
Definition at line 173 of file class.ilPersonalSkillsGUI.php.
Referenced by determineCurrentProfile().
ilPersonalSkillsGUI::setTabs | ( | $a_activate | ) |
Set tabs.
Definition at line 351 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $ilCtrl, $lng, and $tabs.
Referenced by listAssignedProfile(), and listSkills().
ilPersonalSkillsGUI::setTriggerObjectsFilter | ( | $trigger_objects_filter | ) |
array | $trigger_objects_filter |
Definition at line 239 of file class.ilPersonalSkillsGUI.php.
References $trigger_objects_filter.
ilPersonalSkillsGUI::showProfileSelectorToolbar | ( | ) |
Show profile selector toolbar.
Definition at line 1181 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $ilCtrl, $lng, PHPMailer\PHPMailer\$options, $si, $toolbar, ilObject\_lookupTitle(), ilObject\_lookupType(), and getProfileId().
Referenced by listAssignedProfile(), and listProfilesForGap().
|
protected |
Definition at line 82 of file class.ilPersonalSkillsGUI.php.
Referenced by getEvalItem().
|
protected |
Definition at line 26 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 42 of file class.ilPersonalSkillsGUI.php.
Referenced by __construct(), addSkill(), assignMaterial(), assignMaterials(), confirmSkillRemove(), determineCurrentProfile(), executeCommand(), listAssignedProfile(), listSkills(), listSkillsForAdd(), removeMaterial(), removeSkills(), renderSkillHTML(), saveSelfEvaluation(), selectMaterial(), selectProfile(), selfEvaluation(), setTabs(), and showProfileSelectorToolbar().
|
protected |
Definition at line 99 of file class.ilPersonalSkillsGUI.php.
Referenced by getFilter().
|
protected |
Definition at line 27 of file class.ilPersonalSkillsGUI.php.
Referenced by getGapAnalysisSelfEvalLevels().
|
protected |
Definition at line 52 of file class.ilPersonalSkillsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 29 of file class.ilPersonalSkillsGUI.php.
Referenced by getHistoryView().
|
protected |
Definition at line 31 of file class.ilPersonalSkillsGUI.php.
Referenced by getIntroText().
|
protected |
Definition at line 104 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 47 of file class.ilPersonalSkillsGUI.php.
Referenced by __construct(), addSkill(), assignMaterial(), assignMaterials(), confirmSkillRemove(), executeCommand(), getActualGapItem(), getEvalItem(), getGapAnalysisHTML(), getMaterials(), getProfileTargetItem(), getSelfEvalGapItem(), getSuggestedResources(), listSkills(), listSkillsForAdd(), removeMaterial(), removeSkills(), renderSkillHTML(), saveSelfEvaluation(), selectMaterial(), selfEvaluation(), setTabs(), and showProfileSelectorToolbar().
|
protected |
Definition at line 28 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 93 of file class.ilPersonalSkillsGUI.php.
Referenced by getMaterialInfo(), and getSuggestedResources().
|
protected |
Definition at line 94 of file class.ilPersonalSkillsGUI.php.
Referenced by getGapAnalysisHTML().
|
protected |
Definition at line 23 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 57 of file class.ilPersonalSkillsGUI.php.
Referenced by __construct(), and assignMaterial().
|
protected |
Definition at line 24 of file class.ilPersonalSkillsGUI.php.
|
static |
Definition at line 25 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 72 of file class.ilPersonalSkillsGUI.php.
Referenced by assignMaterial(), assignMaterials(), listSkillsForAdd(), selfEvaluation(), and setTabs().
|
protected |
Definition at line 77 of file class.ilPersonalSkillsGUI.php.
Referenced by assignMaterials(), listSkills(), selfEvaluation(), and showProfileSelectorToolbar().
|
protected |
Definition at line 67 of file class.ilPersonalSkillsGUI.php.
Referenced by assignMaterial(), assignMaterials(), confirmSkillRemove(), executeCommand(), getActualGapItem(), getEvalItem(), getMaterials(), getProfileTargetItem(), getSelfEvalGapItem(), getSkillDescription(), getSuggestedResources(), listAssignedProfile(), listProfilesForGap(), listSkills(), listSkillsForAdd(), renderSkillHTML(), and selfEvaluation().
|
protected |
Definition at line 30 of file class.ilPersonalSkillsGUI.php.
Referenced by getTriggerObjectsFilter(), and setTriggerObjectsFilter().
|
protected |
Definition at line 37 of file class.ilPersonalSkillsGUI.php.
Referenced by assignMaterial().
|
protected |
Definition at line 87 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 92 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 62 of file class.ilPersonalSkillsGUI.php.
Referenced by addSkill(), assignMaterial(), executeCommand(), getGapAnalysisHTML(), getMaterials(), listSkills(), removeMaterial(), removeSkills(), renderSkillHTML(), saveSelfEvaluation(), and selectMaterial().
const ilPersonalSkillsGUI::LIST_PROFILES = "profiles" |
Definition at line 21 of file class.ilPersonalSkillsGUI.php.
const ilPersonalSkillsGUI::LIST_SELECTED = "" |
Definition at line 20 of file class.ilPersonalSkillsGUI.php.