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

    r548 r586  
    1818  }
    1919 
    20   function Install()
     20  function DoInstall()
    2121  {
    22     parent::Install();
    2322  }
    2423 
    25   function UnInstall()
     24  function DoUnInstall()
    2625  {
    27     parent::UnInstall();
    2826  }
    2927
    30   function Start()
     28  function DoStart()
    3129  {
    32     parent::Start();
    3330    $this->System->RegisterPage('share', 'SharePage');
    3431  }
Note: See TracChangeset for help on using the changeset viewer.