CloneableInstantiable
| Methods |
| public __construct(string $url, string $unit = 'Miles') |
| public getAscent() : float |
public getData() : array
|
| public getDescent() : float |
| public getDistance() : float |
| public getTitle() : string |
| public validate() : string |
| Properties |
| private float $ascent = 0 |
| private float $descent = 0 |
| private string $name = '' |
private array $rows = []
|
| private float $totalDistance = 0 |
| private string $unit |
| private string $url |
| Methods |
| private getBigUnits(float $meters) : float |
| private getSmallUnits(float $meters) : float |
private unparse_url(array $parsed_url) : string
|