source: trunk/module.php@ 437

Last change on this file since 437 was 420, checked in by chronos, 13 years ago
  • Opraveno: Chybějící ukončovací HTML značka řádku tabulky.
  • Property svn:executable set to *
File size: 232 bytes
Line 
1<?php
2
3class Module
4{
5 /** @var Database */
6 var $Database;
7 /** @var System */
8 var $System;
9 var $Title = '';
10 var $Dependencies = array();
11 var $CurrentPath = '/';
12
13 function __construct()
14 {
15 }
16}
17
18?>
Note: See TracBrowser for help on using the repository browser.