aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/DataFieldTextlineEntry.class.php
blob: 6062ed16cec8ec106d02372b1afaae9be6bf297f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
# Lifter002: DONE
# Lifter007: TEST

/**
 * @author  Jan-Hendrik Willms <tleilax+studip@gmail.com>
 * @author  Marcus Lunzenauer <mlunzena@uos.de>
 * @author  Martin Gieseking  <mgieseki@uos.de>
 * @license GPL2 or any later version
 */
class DataFieldTextlineEntry extends DataFieldEntry
{
    protected $template = 'textline.php';
}