source: Dev/trunk/classes/SessionCreationTool.php @ 61

Last change on this file since 61 was 61, checked in by fpvanagthoven, 14 years ago
File size: 244 bytes
Line 
1<?php
2
3/**
4 * Description of SessionCreationTool
5 *
6 * @author fpvanagthoven
7 */
8class SessionCreationTool {
9
10    public function __construct() {
11        ?>
12        <div class="creation">
13            lo
14        </div>
15        <?php
16    }
17
18}
19?>
Note: See TracBrowser for help on using the repository browser.