Ignore:
Timestamp:
Nov 24, 2020, 10:58:56 AM (3 years ago)
Author:
chronos
Message:
  • Modified: More static types added.
File:
1 edited

Legend:

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

    r887 r888  
    33class PageGraph extends Page
    44{
    5   var $FontSize;
    6   var $FontFileName;
    7   var $ValueToImageHeigthCoefficient;
    8   var $DefaultWidth;
    9   var $DefaultHeight;
     5  public int $FontSize;
     6  public string $FontFileName;
     7  public float $ValueToImageHeigthCoefficient;
     8  public int $DefaultWidth;
     9  public int $DefaultHeight;
    1010
    1111  function __construct(System $System)
Note: See TracChangeset for help on using the changeset viewer.