source:
Dev/trunk/classes/Session.php
@
62
Last change on this file since 62 was 57, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
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.