source:
Dev/trunk/classes/Session.php
@
57
Last change on this file since 57 was 57, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 257 bytes |
Rev | Line | |
---|---|---|
[56] | 1 | <?php |
2 | ||
3 | /** | |
4 | * Description of Session | |
5 | * | |
6 | * @author fpvanagthoven | |
7 | */ | |
8 | class 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.