Ignore:
Timestamp:
Feb 17, 2021, 12:30:23 PM (3 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

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

    r894 r899  
    1212  public array $ValueTypes = array('Min', 'Avg', 'Max');
    1313
    14   static function GetDesc(): ModelDesc
     14  static function GetModelDesc(): ModelDesc
    1515  {
    1616    $Desc = new ModelDesc(self::GetClassName());
     
    329329    }
    330330    // array_pop($Values);
    331     //  echo('abc');
    332     //  die();
    333331    if ($this->Debug) echo('Item count: '.count($Values));
    334332
Note: See TracChangeset for help on using the changeset viewer.