Changeset 887 for trunk/Modules/VPS/VPS.php
- Timestamp:
- Nov 20, 2020, 12:08:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/VPS/VPS.php
r770 r887 3 3 class ModuleVPS extends AppModule 4 4 { 5 function __construct( $System)5 function __construct(System $System) 6 6 { 7 7 parent::__construct($System); … … 16 16 } 17 17 18 function DoStart() 18 function DoStart(): void 19 19 { 20 20 21 21 } 22 22 23 function DoInstall() 23 function DoInstall(): void 24 24 { 25 25
Note:
See TracChangeset
for help on using the changeset viewer.