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

    r548 r586  
    2222  }
    2323 
    24   function Install()
     24  function DoInstall()
    2525  {
    26     parent::Install();
    2726  }
    2827
    29   function UnInstall()
     28  function DoUnInstall()
    3029  {
    31     parent::UnInstall();
    3230  } 
    3331 
    34   function Start()
     32  function DoStart()
    3533  {
    36     parent::Start();
    3734        $this->ShowError = $this->System->Config['Web']['ShowPHPError'];
    3835    set_error_handler(array($this, 'ErrorHandler'));
Note: See TracChangeset for help on using the changeset viewer.