Ignore:
Timestamp:
Jan 4, 2021, 9:55:40 PM (3 years ago)
Author:
chronos
Message:
  • Modified: More work on modules models initialization.
File:
1 edited

Legend:

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

    r887 r893  
    1818  }
    1919
    20   function DoInstall(): void
     20  function GetModels(): array
    2121  {
    22   }
    23 
    24   function DoUnInstall(): void
    25   {
     22    return array('Measure');
    2623  }
    2724
     
    4946    ));
    5047  }
    51 
    52   function DoStop(): void
    53   {
    54   }
    5548}
Note: See TracChangeset for help on using the changeset viewer.