|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Personal skills GUI class. More...
Collaboration diagram for ilPersonalSkillsGUI:Public Member Functions | |
| __construct () | |
| Contructor. More... | |
| getFilter () | |
| Get filter. 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... | |
| getObjectId () | |
| getObjectSkills () | |
| setObjectSkills ($a_obj_id, $a_skills=null) | |
| Set object skills. More... | |
| setObjectSkillProfiles (ilContainerGlobalProfiles $a_g_profiles, ilContainerLocalProfiles $a_l_profils) | |
| Set object skill profiles. 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... | |
| showInfoBox () | |
| 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... | |
| getSkillLevelDescription ($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 | |
| render () | |
| Render. More... | |
| applyFilter () | |
| Apply filter. More... | |
| applyFilterAssignedProfiles () | |
| Apply filter for profiles view. More... | |
| getActualLevels ($skills, $user_id) | |
| Get actual levels. More... | |
| getSkillCategoryDescription (int $skill_id, int $tref_id) | |
| Get description for skill category. More... | |
| getBasicSkillDescription (string $description) | |
| Get description for basic skill. 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 | |
| $tree_service | |
| $obj_definition | |
| $obj_id = 0 | |
| $obj_skills = array() | |
| $filter | |
| $list_mode = self::LIST_SELECTED | |
Personal skills GUI class.
Definition at line 11 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::__construct | ( | ) |
Contructor.
@access public
Definition at line 115 of file class.ilPersonalSkillsGUI.php.
References $_GET, $ctrl, $DIC, $help, $ilSetting, $lng, $setting, filter(), ilSkillProfile\getProfilesOfUser(), help(), ui(), and user().
Here is the call graph for this function:| ilPersonalSkillsGUI::addSkill | ( | ) |
Add personal skill.
Definition at line 790 of file class.ilPersonalSkillsGUI.php.
References $_GET, $ctrl, $ilUser, $lng, $user, and ilPersonalSkill\addPersonalSkill().
Here is the call graph for this function:
|
protected |
Apply filter.
Definition at line 504 of file class.ilPersonalSkillsGUI.php.
References getFilter().
Here is the call graph for this function:
|
protected |
Apply filter for profiles view.
Definition at line 513 of file class.ilPersonalSkillsGUI.php.
References getFilter().
Here is the call graph for this function:| ilPersonalSkillsGUI::assignMaterial | ( | ) |
Assign materials to skill level.
return
Definition at line 943 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $ilSetting, $ilUser, $lng, $message, $setting, $tabs, $tpl, $ui, $url, and $user.
| ilPersonalSkillsGUI::assignMaterials | ( | ) |
Assign materials to skill levels.
return
Definition at line 864 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, Vendor\Package\$b, $ctrl, $lng, $si, $tabs, $toolbar, $tpl, ilSkillTemplateReference\_lookupTemplateId(), ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), and ilUtil\getImagePath().
Here is the call graph for this function:| ilPersonalSkillsGUI::confirmSkillRemove | ( | ) |
Confirm skill remove.
Definition at line 807 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, $ctrl, $i, $lng, $tpl, ilSkillTreeNode\_lookupTitle(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilPersonalSkillsGUI::determineCurrentProfile | ( | ) |
Determine current profile id.
return
Definition at line 286 of file class.ilPersonalSkillsGUI.php.
References $_GET, $ctrl, and setProfileId().
Referenced by listAssignedProfile(), and listProfilesForGap().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::executeCommand | ( | ) |
Execute command.
@access public
Definition at line 364 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::getActualGapItem | ( | $a_levels, | |
$a_tref_id = 0 |
|||
| ) |
return
Definition at line 1663 of file class.ilPersonalSkillsGUI.php.
References $lng, $tpl, $type, ilObject\_lookupTitle(), and getScaleBar().
Referenced by renderSkillHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get actual levels.
| array | $skills | |
| int | $user_id |
Definition at line 1301 of file class.ilPersonalSkillsGUI.php.
References $obj_id, ilObject\_getAllReferences(), ilObject\_lookupObjectId(), ilObject\_lookupType(), and ilObjectLP\getSupportedObjectTypes().
Referenced by getGapAnalysisHTML(), and listAssignedProfile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get description for basic skill.
| string | $description |
Definition at line 1845 of file class.ilPersonalSkillsGUI.php.
References $tpl.
Referenced by renderSkillHTML().
Here is the caller graph for this function:| ilPersonalSkillsGUI::getEvalItem | ( | $a_levels, | |
| $a_level_entry | |||
| ) |
Get eval item.
return
Definition at line 1763 of file class.ilPersonalSkillsGUI.php.
References $access, $lng, $tpl, $type, ilObject\_exists(), ilLink\_getLink(), ilObject\_lookupTitle(), ilDatePresentation\formatDate(), ilObjectDataDeletionLog\get(), getScaleBar(), IL_CAL_DATETIME, ilDatePresentation\setUseRelativeDates(), ilSkillEval\TYPE_APPRAISAL, ilSkillEval\TYPE_MEASUREMENT, and ilSkillEval\TYPE_SELF_EVAL.
Referenced by renderSkillHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::getFilter | ( | ) |
Get filter.
Definition at line 167 of file class.ilPersonalSkillsGUI.php.
References $filter.
Referenced by applyFilter(), applyFilterAssignedProfiles(), getGapAnalysisHTML(), listAssignedProfile(), listSkills(), and renderSkillHTML().
Here is the caller graph for this function:| ilPersonalSkillsGUI::getGapAnalysisHTML | ( | $a_user_id = 0, |
|
$a_skills = null |
|||
| ) |
Get gap analysis html.
param array $a_skills deprecated, use setObjectSkills and listProfiles instead
Definition at line 1344 of file class.ilPersonalSkillsGUI.php.
References $ilUser, $lng, $obj_skills, $user, ilObject\_lookupTitle(), ilSkillTreeNode\_lookupTitle(), getActualLevels(), getFilter(), getGapAnalysisSelfEvalLevels(), ilPanelGUI\getInstance(), ilChart\getInstanceByType(), getIntroText(), getProfileId(), getSkillHTML(), ilPanelGUI\PANEL_STYLE_PRIMARY, ilSkillTreeNode\STATUS_DRAFT, and ilChart\TYPE_SPIDER.
Referenced by listProfilesForGap().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::getGapAnalysisSelfEvalLevels | ( | ) |
Get self evaluation levels for gap analysis.
Definition at line 208 of file class.ilPersonalSkillsGUI.php.
References $gap_self_eval_levels.
Referenced by getGapAnalysisHTML(), and getSelfEvalGapItem().
Here is the caller graph for this function:| ilPersonalSkillsGUI::getHistoryView | ( | ) |
Get history view.
Definition at line 228 of file class.ilPersonalSkillsGUI.php.
References $history_view.
| ilPersonalSkillsGUI::getIntroText | ( | ) |
Get intro text.
Definition at line 264 of file class.ilPersonalSkillsGUI.php.
References $intro_text.
Referenced by getGapAnalysisHTML().
Here is the caller graph for this function:| ilPersonalSkillsGUI::getMaterialInfo | ( | $a_wsp_id, | |
| $a_user_id | |||
| ) |
Get material file name and goto url.
| int | $a_wsp_id |
Definition at line 730 of file class.ilPersonalSkillsGUI.php.
References $obj_id, $url, ilObject\_lookupTitle(), and ilObject\_lookupType().
Referenced by getMaterials().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::getMaterials | ( | $a_levels, | |
$a_tref_id = 0, |
|||
$a_user_id = 0 |
|||
| ) |
Get materials.
return string
Definition at line 1572 of file class.ilPersonalSkillsGUI.php.
References $ilUser, $lng, $tpl, $user, ilPersonalSkill\countAssignedMaterial(), ilPersonalSkill\getAssignedMaterial(), and getMaterialInfo().
Referenced by renderSkillHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::getObjectId | ( | ) |
| ilPersonalSkillsGUI::getObjectSkills | ( | ) |
| ilPersonalSkillsGUI::getProfileId | ( | ) |
Get profile id.
Definition at line 188 of file class.ilPersonalSkillsGUI.php.
Referenced by getGapAnalysisHTML(), listAssignedProfile(), renderSkillHTML(), and showProfileSelectorToolbar().
Here is the caller graph for this function:| ilPersonalSkillsGUI::getProfileTargetItem | ( | $a_profile_id, | |
| $a_levels, | |||
$a_tref_id = 0 |
|||
| ) |
Get profile target item.
return
Definition at line 1629 of file class.ilPersonalSkillsGUI.php.
References $lng, $tpl, and getScaleBar().
Referenced by renderSkillHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::getScaleBar | ( | $a_levels, | |
| $a_activated_levels | |||
| ) |
Get scale bar.
return
Definition at line 1741 of file class.ilPersonalSkillsGUI.php.
Referenced by getActualGapItem(), getEvalItem(), getProfileTargetItem(), and getSelfEvalGapItem().
Here is the caller graph for this function:| ilPersonalSkillsGUI::getSelfEvalGapItem | ( | $a_levels, | |
$a_tref_id = 0 |
|||
| ) |
return
Definition at line 1705 of file class.ilPersonalSkillsGUI.php.
References $lng, $tpl, $type, getGapAnalysisSelfEvalLevels(), and getScaleBar().
Referenced by renderSkillHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get description for skill category.
| int | $skill_id | |
| int | $tref_id |
Definition at line 1822 of file class.ilPersonalSkillsGUI.php.
References $tpl, and ilSkillTreeNode\_lookupDescription().
Referenced by renderSkillHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 528 of file class.ilPersonalSkillsGUI.php.
References renderSkillHTML().
Referenced by getGapAnalysisHTML(), listAssignedProfile(), and listSkills().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::getSkillLevelDescription | ( | $skill | ) |
Get level description.
return
Definition at line 1864 of file class.ilPersonalSkillsGUI.php.
References $tpl.
Referenced by renderSkillHTML().
Here is the caller graph for this function:| ilPersonalSkillsGUI::getSuggestedResources | ( | $a_profile_id, | |
| $a_levels, | |||
| $a_base_skill, | |||
| $a_tref_id | |||
| ) |
Render suggested resources.
return
Definition at line 1894 of file class.ilPersonalSkillsGUI.php.
References $lng, $obj_id, $res, $tpl, ilLink\_getLink(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilBasicSkill\hasSelfEvaluated(), and ilBasicSkill\lookupLevelTitle().
Referenced by renderSkillHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::getTriggerObjectsFilter | ( | ) |
Definition at line 236 of file class.ilPersonalSkillsGUI.php.
References $trigger_objects_filter.
Referenced by renderSkillHTML().
Here is the caller graph for this function:| ilPersonalSkillsGUI::hideSkill | ( | $a_skill_id, | |
$a_tref_id = 0 |
|||
| ) |
Hide skill.
return
Definition at line 275 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::listAssignedProfile | ( | ) |
List profile.
return
Definition at line 2005 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $lng, $tpl, determineCurrentProfile(), getActualLevels(), getFilter(), getProfileId(), getSkillHTML(), ilBasicSkill\hasSelfEvaluated(), setTabs(), showProfileSelectorToolbar(), and user().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::listProfilesForGap | ( | ) |
List profiles.
Definition at line 1200 of file class.ilPersonalSkillsGUI.php.
References $tpl, determineCurrentProfile(), getGapAnalysisHTML(), showInfoBox(), and showProfileSelectorToolbar().
Here is the call graph for this function:| ilPersonalSkillsGUI::listSkills | ( | ) |
List skills.
Definition at line 448 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $ilUser, $lng, $toolbar, $tpl, $user, getFilter(), ilPersonalSkill\getSelectedUserSkills(), getSkillHTML(), setTabs(), and ilSkillTreeNode\STATUS_DRAFT.
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::listSkillsForAdd | ( | ) |
LIst skills for adding.
return
Definition at line 1171 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $lng, $tabs, $tpl, and ilUtil\sendInfo().
Here is the call graph for this function:| ilPersonalSkillsGUI::removeMaterial | ( | ) |
Remove material.
Definition at line 1039 of file class.ilPersonalSkillsGUI.php.
References $_GET, $ctrl, $ilUser, $lng, $user, and ilPersonalSkill\removeMaterial().
Here is the call graph for this function:| ilPersonalSkillsGUI::removeSkills | ( | ) |
Remove skills.
Definition at line 837 of file class.ilPersonalSkillsGUI.php.
References $_POST, $ctrl, $ilUser, $lng, $user, and ilPersonalSkill\removeSkill().
Here is the call graph for this function:
|
protected |
Render.
Definition at line 431 of file class.ilPersonalSkillsGUI.php.
References LIST_PROFILES, listAssignedProfile(), and listSkills().
Here is the call graph for this function:| ilPersonalSkillsGUI::renderSkillHTML | ( | $a_top_skill_id, | |
$a_user_id = 0, |
|||
$a_edit = false, |
|||
$a_tref_id = 0 |
|||
| ) |
Render skill html.
return
Definition at line 551 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $ilUser, $lng, $panel, $tpl, $user, ilSkillTemplateReference\_lookupTemplateId(), ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), ilBasicSkill\EVAL_BY_ALL, getActualGapItem(), getBasicSkillDescription(), getEvalItem(), getFilter(), ilSkillTreeNodeFactory\getInstance(), getMaterials(), getProfileId(), getProfileTargetItem(), getSelfEvalGapItem(), ilPersonalSkill\getSelfEvaluationDate(), getSkillCategoryDescription(), getSkillLevelDescription(), getSuggestedResources(), getTriggerObjectsFilter(), ilBasicSkill\hasSelfEvaluated(), and ilSkillTreeNode\STATUS_DRAFT.
Referenced by getSkillHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalSkillsGUI::saveSelfEvaluation | ( | ) |
Save self evaluation.
Definition at line 1142 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, $ctrl, $ilUser, $lng, $user, and ilPersonalSkill\saveSelfEvaluation().
Here is the call graph for this function:| ilPersonalSkillsGUI::selectMaterial | ( | ) |
Select material.
Definition at line 1006 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, $ctrl, $ilUser, $lng, $user, and ilPersonalSkill\assignMaterial().
Here is the call graph for this function:| ilPersonalSkillsGUI::selectProfile | ( | ) |
Select profile.
Definition at line 1554 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::selfEvaluation | ( | ) |
Assign materials to skill levels.
return
Definition at line 1067 of file class.ilPersonalSkillsGUI.php.
References $_GET, $_POST, Vendor\Package\$b, $ctrl, $lng, $si, $tabs, $toolbar, $tpl, ilSkillTemplateReference\_lookupTemplateId(), ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), and ilUtil\getImagePath().
Here is the call graph for this function:| 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 1287 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 1274 of file class.ilPersonalSkillsGUI.php.
| 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 198 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::setHistoryView | ( | $a_val | ) |
Set history view.
| bool | $a_val | history view |
Definition at line 218 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::setIntroText | ( | $a_val | ) |
Set intro text.
| string | $a_val | intro text html |
Definition at line 254 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::setObjectSkillProfiles | ( | ilContainerGlobalProfiles | $a_g_profiles, |
| ilContainerLocalProfiles | $a_l_profils | ||
| ) |
Set object skill profiles.
| ilContainerGlobalProfiles | $a_g_profiles | |
| ilContainerLocalProfiles | $a_l_profils |
Definition at line 351 of file class.ilPersonalSkillsGUI.php.
References ilContainerGlobalProfiles\getProfiles(), and ilContainerLocalProfiles\getProfiles().
Here is the call graph for this function:| 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 339 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::setOfflineMode | ( | $a_file_path | ) |
Definition at line 423 of file class.ilPersonalSkillsGUI.php.
| ilPersonalSkillsGUI::setProfileId | ( | $a_val | ) |
Set profile id.
| $a_val |
Definition at line 178 of file class.ilPersonalSkillsGUI.php.
Referenced by determineCurrentProfile().
Here is the caller graph for this function:| ilPersonalSkillsGUI::setTabs | ( | $a_activate | ) |
Set tabs.
Definition at line 393 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $lng, and $tabs.
Referenced by listAssignedProfile(), and listSkills().
Here is the caller graph for this function:| ilPersonalSkillsGUI::setTriggerObjectsFilter | ( | $trigger_objects_filter | ) |
| array | $trigger_objects_filter |
Definition at line 244 of file class.ilPersonalSkillsGUI.php.
References $trigger_objects_filter.
| ilPersonalSkillsGUI::showInfoBox | ( | ) |
Definition at line 1219 of file class.ilPersonalSkillsGUI.php.
Referenced by listProfilesForGap().
Here is the caller graph for this function:| ilPersonalSkillsGUI::showProfileSelectorToolbar | ( | ) |
Show profile selector toolbar.
Definition at line 1235 of file class.ilPersonalSkillsGUI.php.
References $ctrl, $lng, $si, $toolbar, ilObject\_lookupTitle(), ilObject\_lookupType(), and getProfileId().
Referenced by listAssignedProfile(), and listProfilesForGap().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 75 of file class.ilPersonalSkillsGUI.php.
Referenced by getEvalItem().
|
protected |
Definition at line 19 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 35 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 103 of file class.ilPersonalSkillsGUI.php.
Referenced by getFilter().
|
protected |
Definition at line 20 of file class.ilPersonalSkillsGUI.php.
Referenced by getGapAnalysisSelfEvalLevels().
|
protected |
Definition at line 45 of file class.ilPersonalSkillsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 22 of file class.ilPersonalSkillsGUI.php.
Referenced by getHistoryView().
|
protected |
Definition at line 24 of file class.ilPersonalSkillsGUI.php.
Referenced by getIntroText().
|
protected |
Definition at line 108 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 40 of file class.ilPersonalSkillsGUI.php.
Referenced by __construct(), addSkill(), assignMaterial(), assignMaterials(), confirmSkillRemove(), executeCommand(), getActualGapItem(), getEvalItem(), getGapAnalysisHTML(), getMaterials(), getProfileTargetItem(), getSelfEvalGapItem(), getSuggestedResources(), listAssignedProfile(), listSkills(), listSkillsForAdd(), removeMaterial(), removeSkills(), renderSkillHTML(), saveSelfEvaluation(), selectMaterial(), selfEvaluation(), setTabs(), and showProfileSelectorToolbar().
|
protected |
Definition at line 21 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 95 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 97 of file class.ilPersonalSkillsGUI.php.
Referenced by getActualLevels(), getMaterialInfo(), getObjectId(), and getSuggestedResources().
|
protected |
Definition at line 98 of file class.ilPersonalSkillsGUI.php.
Referenced by getGapAnalysisHTML(), and getObjectSkills().
|
protected |
Definition at line 16 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 50 of file class.ilPersonalSkillsGUI.php.
Referenced by __construct(), and assignMaterial().
|
protected |
Definition at line 17 of file class.ilPersonalSkillsGUI.php.
|
static |
Definition at line 18 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 65 of file class.ilPersonalSkillsGUI.php.
Referenced by assignMaterial(), assignMaterials(), listSkillsForAdd(), selfEvaluation(), and setTabs().
|
protected |
Definition at line 70 of file class.ilPersonalSkillsGUI.php.
Referenced by assignMaterials(), listSkills(), selfEvaluation(), and showProfileSelectorToolbar().
|
protected |
Definition at line 60 of file class.ilPersonalSkillsGUI.php.
Referenced by assignMaterial(), assignMaterials(), confirmSkillRemove(), executeCommand(), getActualGapItem(), getBasicSkillDescription(), getEvalItem(), getMaterials(), getProfileTargetItem(), getSelfEvalGapItem(), getSkillCategoryDescription(), getSkillLevelDescription(), getSuggestedResources(), listAssignedProfile(), listProfilesForGap(), listSkills(), listSkillsForAdd(), renderSkillHTML(), and selfEvaluation().
|
protected |
Definition at line 90 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 23 of file class.ilPersonalSkillsGUI.php.
Referenced by getTriggerObjectsFilter(), and setTriggerObjectsFilter().
|
protected |
Definition at line 30 of file class.ilPersonalSkillsGUI.php.
Referenced by assignMaterial().
|
protected |
Definition at line 80 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 85 of file class.ilPersonalSkillsGUI.php.
|
protected |
Definition at line 55 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 14 of file class.ilPersonalSkillsGUI.php.
Referenced by render().
| const ilPersonalSkillsGUI::LIST_SELECTED = "" |
Definition at line 13 of file class.ilPersonalSkillsGUI.php.