Changeset 420 for trunk/module.php
- Timestamp:
- Oct 9, 2012, 7:44:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/module.php
r157 r420 3 3 class Module 4 4 { 5 /** @var Database */ 5 6 var $Database; 7 /** @var System */ 6 8 var $System; 7 9 var $Title = ''; … … 9 11 var $CurrentPath = '/'; 10 12 11 function __construct() 13 function __construct() 12 14 { 13 15 }
Note:
See TracChangeset
for help on using the changeset viewer.