* @copyright 2010 Stud.IP Core-Group * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP */ class CourseConfig extends RangeConfig { /** * range type */ const RANGE_TYPE = 'course'; }