aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/InstituteConfig.php
blob: 551ea4d496ade9a275b417cdd084bb211f5f8fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * InstituteConfig.php
 * provides access to institute preferences
 *
 * @author  Jan-Hendrik Wullms <tleilax+studip@gmail.com>
 * @license GPL2 or any later version
 */
class InstituteConfig extends RangeConfig
{
    /**
     * range type
     */
    const RANGE_TYPE = 'institute';
}