Ignore:
Timestamp:
Jan 9, 2016, 11:45:01 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Some libraries moved to Common package located at Packages directory.
  • Modified: Application class System renamed to Core. System class is not just basic parent class for application.
  • Fixed: alert file now use same application class as other files.
  • Modified: Error application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r829 r838  
    88class ModuleUser extends AppModule
    99{
    10   function __construct($System)
     10  function __construct(System $System)
    1111  {
    1212    parent::__construct($System);
     
    1919  }
    2020
    21   function Start()
     21  function DoStart()
    2222  {
    2323    $this->System->User = new User($this->System);
     
    100100  var $PreferredVersion = 0;
    101101
    102   function __construct($System)
     102  function __construct(System $System)
    103103  {
    104104    $this->System = &$System;
Note: See TracChangeset for help on using the changeset viewer.