CloneableInstantiable
Methods |
public __construct(array $file, string $unit = 'mi')
|
public getAscent() : float |
public getData() : array
|
public getDescent() : float |
public getDistance() : float |
public getFileName() : string |
public validate() : string |
Properties |
private float $ascent = 0 |
private float $descent = 0 |
private array $file |
private array $mileages = []
|
private string $name |
private array $rows = []
|
private float $totalDistance = 0 |
private string $unit |