source:
Dev/trunk/classes/Application.php
@
58
Last change on this file since 58 was 57, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 219 bytes |
Rev | Line | |
---|---|---|
[56] | 1 | <?php |
2 | ||
3 | /** | |
4 | * Description of Application | |
5 | * | |
6 | * @author fpvanagthoven | |
7 | */ | |
8 | class Application { | |
9 | ||
10 | private $title; | |
11 | private $description; | |
12 | private $style; | |
13 | ||
14 | public function __construct() { | |
15 | ||
16 | } | |
17 | ||
18 | ||
19 | } | |
20 | ?> |
Note: See TracBrowser
for help on using the repository browser.