Ignore:
Timestamp:
Oct 31, 2013, 9:30:09 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Aplikační moduly nyní implementují párové funkce s prefixem Do. Tyto funkce jsou volány nadřazenými bez prefixu. Díky tomu také není nutné volat z modulů parent funkci. Třída Module zajistí vše potřebné okolo.
File:
1 edited

Legend:

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

    r584 r586  
    1616  } 
    1717
    18   function Install()
     18  function DoInstall()
    1919  {
    2020  }
    2121 
    22   function Uninstall()
     22  function DoUninstall()
    2323  {     
    2424  }
    2525 
    26   function Start()
    27   {
    28     parent::Start();
     26  function DoStart()
     27  {
    2928    $this->System->RegisterPage('', 'PagePortal');
    3029    $this->System->FormManager->RegisterClass('MemberOptions', array(
     
    9291  } 
    9392 
    94   function Stop()
     93  function DoStop()
    9594  {
    9695  }
Note: See TracChangeset for help on using the changeset viewer.