<?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';}