Ignore:
Timestamp:
Jan 4, 2021, 9:55:40 PM (3 years ago)
Author:
chronos
Message:
  • Modified: More work on modules models initialization.
File:
1 edited

Legend:

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

    r887 r893  
    1414    $this->Description = 'Community portal.';
    1515    $this->Dependencies = array('News', 'User');
    16   }
    17 
    18   function DoInstall(): void
    19   {
    20   }
    21 
    22   function DoUninstall(): void
    23   {
    2416  }
    2517
     
    4335    ));
    4436    ModuleUser::Cast($this->System->GetModule('User'))->UserPanel[] = array('PagePortal', 'UserPanel');
    45   }
    46 
    47   function DoStop(): void
    48   {
    4937  }
    5038}
Note: See TracChangeset for help on using the changeset viewer.