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

    r548 r586  
    191191  }
    192192 
    193   function Install()
    194   {
    195     parent::Install();
     193  function DoInstall()
     194  {
    196195  }
    197196 
    198   function UnInstall()
    199   {
    200     parent::UnInstall();
    201   }
    202 
    203   function Start()
    204   {
    205     parent::Start();
     197  function DoUnInstall()
     198  {
     199  }
     200
     201  function DoStart()
     202  {
    206203    $this->System->RegisterPage('jidelna', 'PageEatingPlace');
    207204  }
Note: See TracChangeset for help on using the changeset viewer.