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/Finance/Finance.php

    r581 r586  
    302302  } 
    303303
    304   function Install()
     304  function DoInstall()
    305305  {
    306306  }
    307307 
    308   function Uninstall()
     308  function DoUninstall()
    309309  {     
    310310  }
    311311 
    312   function Start()
     312  function DoStart()
    313313  {
    314314    global $Config;
    315315   
    316     parent::Start();
    317316    $this->System->RegisterPage('finance', 'PageFinance');
    318317    $this->System->RegisterPage(array('finance', 'spotreba'), 'PageFinanceConsumption');
     
    481480  } 
    482481 
    483   function Stop()
     482  function DoStop()
    484483  {
    485484  }
Note: See TracChangeset for help on using the changeset viewer.