Changeset 838 for trunk/Modules/News/News.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/News.php
r828 r838 7 7 var $RSSChannels; 8 8 9 function __construct( $System)9 function __construct(System $System) 10 10 { 11 11 parent::__construct($System); … … 16 16 $this->Description = 'Web site annoucements management'; 17 17 $this->Dependencies = array(); 18 $this->RSSChannels = array(); 18 19 } 19 20 20 function Start()21 function DoStart() 21 22 { 22 23 $this->System->RegisterPage('news', 'PageNews');
Note:
See TracChangeset
for help on using the changeset viewer.