Home
last modified time | relevance | path

Searched refs:ilSkillProfile (Results 1 – 16 of 16) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/Services/Skill/classes/
H A Dclass.ilSkillProfileTableGUI.php74 return ilSkillProfile::getProfiles();
96 $this->tpl->setVariable("NUM_USERS", ilSkillProfile::countUsers($a_set["id"]));
97 $this->tpl->setVariable("NUM_ROLES", ilSkillProfile::countRoles($a_set["id"]));
H A Dclass.ilSkillObjDeletionHandler.php40 ilSkillProfile::removeUserFromAllProfiles($this->obj_id);
44 ilSkillProfile::removeRoleFromAllProfiles($this->obj_id);
H A Dclass.ilSkillProfileGUI.php82 $this->profile = new ilSkillProfile($this->id);
300 $prof = new ilSkillProfile();
360 $cgui->addItem("id[]", $i, ilSkillProfile::lookupTitle($i));
382 $prof = new ilSkillProfile($i);
H A Dclass.ilSkillDataSet.php548 $prof = new ilSkillProfile();
560 $prof = new ilSkillProfile($profile_id);
H A Dclass.ilPersonalSkillsGUI.php144 $this->user_profiles = ilSkillProfile::getProfilesOfUser($this->user->getId());
1319 $profile = new ilSkillProfile($this->getProfileId());
1580 $profile = new ilSkillProfile($a_profile_id);
1963 $profile = new ilSkillProfile($this->getProfileId());
H A Dclass.ilSkillProfile.php14 class ilSkillProfile implements ilSkillUsageInfo class
/dports/www/ilias/ILIAS-5.4.25/Services/Skill/classes/
H A Dclass.ilSkillProfileTableGUI.php69 return ilSkillProfile::getProfiles();
90 $this->tpl->setVariable("NUM_USERS", ilSkillProfile::countUsers($a_set["id"]));
H A Dclass.ilSkillObjDeletionHandler.php40 ilSkillProfile::removeUserFromAllProfiles($this->obj_id);
H A Dclass.ilSkillProfileGUI.php82 $this->profile = new ilSkillProfile($this->id);
299 $prof = new ilSkillProfile();
359 $cgui->addItem("id[]", $i, ilSkillProfile::lookupTitle($i));
381 $prof = new ilSkillProfile($i);
H A Dclass.ilSkillDataSet.php539 $prof = new ilSkillProfile();
551 $prof = new ilSkillProfile($profile_id);
H A Dclass.ilSkillProfile.php14 class ilSkillProfile implements ilSkillUsageInfo class
H A Dclass.ilPersonalSkillsGUI.php144 $this->user_profiles = ilSkillProfile::getProfilesOfUser($this->user->getId());
1298 $profile = new ilSkillProfile($this->getProfileId());
1559 $profile = new ilSkillProfile($a_profile_id);
1898 $profile = new ilSkillProfile($this->getProfileId());
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestSkillEvaluation.php408 $usersProfiles = ilSkillProfile::getProfilesOfUser($this->getUserId());
411 $profile = new ilSkillProfile($profileData['id']);
432 $profile = new ilSkillProfile($skillProfileId);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestSkillEvaluation.php414 $usersProfiles = ilSkillProfile::getProfilesOfUser($this->getUserId());
417 $profile = new ilSkillProfile($profileData['id']);
438 $profile = new ilSkillProfile($skillProfileId);
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilSurveyEvaluationGUI.php1562 $profiles = ilSkillProfile::getProfilesOfUser($appr_id);
1564 $prof = new ilSkillProfile($p["id"]);
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Evaluation/
H A Dclass.ilSurveyEvaluationGUI.php1584 $profiles = ilSkillProfile::getProfilesOfUser($appr_id);
1586 $prof = new ilSkillProfile($p["id"]);