Ignore:
Timestamp:
Feb 17, 2021, 5:15:29 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Insert sample data action partially implemented.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Module.php

    r899 r900  
    1717  const Enable = 5;
    1818  const Disable = 6;
     19  const InsertSampleData = 7;
    1920}
    2021
     
    141142  }
    142143
     144  function InsertSampleData(): void
     145  {
     146    $this->DoInsertSampleData();
     147  }
     148
    143149  function Reinstall(): void
    144150  {
     
    224230  }
    225231
     232  protected function DoInsertSampleData(): void
     233  {
     234  }
     235
    226236  function AddModel(Model $Model): void
    227237  {
Note: See TracChangeset for help on using the changeset viewer.