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

    r887 r888  
    33class PageNetworkTopology extends Page
    44{
    5   var $TopHostName = 'NIX-ROUTER';
     5  public string $TopHostName = 'NIX-ROUTER';
    66
    77  function __construct(System $System)
     
    2323  }
    2424
    25   function ShowImage()
     25  function ShowImage(): string
    2626  {
    2727    $this->SimplePage = true;
     
    117117  }
    118118
    119   function ShowOverview()
     119  function ShowOverview(): string
    120120  {
    121121    $Output = '<img src="topologie.png"><br/>
Note: See TracChangeset for help on using the changeset viewer.