ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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.