Property | Type | Description | |
---|---|---|---|
$_cloudTypes | array | CloudType map | |
$_clouds | array | Cloud cover code map. | |
$_conditions | array | Conditions map | |
$_sensors | array | Sensors map | |
$_unitMap | array | Built using self::_units | |
$_units | The type of units to convert to. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | constructor | |
parse ( string $data ) : array | Parse the raw data. |
Method | Description | |
---|---|---|
_parse ( array $data ) |
public __construct ( array $params = [] ) | ||
$params | array | Parameter array: - units: (integer) The Horde_Service_Weather::UNITS_* constant. |