ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilSkillEval.php
Go to the documentation of this file.
1<?php
2
3
4/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
5
6include_once("./Services/Skill/classes/class.ilPersonalSkill.php");
7include_once("./Services/Skill/classes/class.ilSkillProfile.php");
8
17{
18 const TYPE_APPRAISAL = 1;
20 const TYPE_SELF_EVAL = 3;
21}
An exception for terminatinating execution or to throw for unit testing.
Personal skills GUI class.