source: Dev/trunk/classes/Session.php @ 60

Last change on this file since 60 was 57, checked in by fpvanagthoven, 14 years ago

Refactoring main menu

File size: 257 bytes
Line 
1<?php
2
3/**
4 * Description of Session
5 *
6 * @author fpvanagthoven
7 */
8class Session {
9
10    private $name;
11    private $description;
12    private $date;
13    private $application;
14    private $pipeline;
15
16    public function __construct() {
17       
18    }
19
20}
21?>
Note: See TracBrowser for help on using the repository browser.