Свойство | Type | Description | |
---|---|---|---|
$detail | integer | FORECAST_TYPE_STANDARD - Each Period represents a full day FORECAST_TYPE_DETAILED - Each period represents either day or night. FORECAST_TYPE_HOURLY - Each period represents a single hour. |
|
$fields | array | Array of supported "detailed" forecast fields. To be populated by concrete classes. | |
$weather | Horde_Service_Weather_Base | Parent Weather driver. |
Свойство | Type | Description | |
---|---|---|---|
$_maxDays | Maximum forecast length to return. Defaults to sufficiently high number to ensure all available days returned by default. | ||
$_periods | array | Local cache of forecast periods | |
$_properties | array | The forecast properties as returned from the forecast request. | |
$_type | Forecast type |
Méthode | Description | |
---|---|---|
__construct ( array $properties, Horde_Service_Weather_Base $weather, integer $type = Horde_Service_Weather::FORECAST_TYPE_STANDARD ) | Const'r | |
getForecastDay ( integer $day ) : Horde_Service_Weather_Period_Base | Return the forecast for the specified ordinal day. | |
getForecastTime ( ) : Horde_Date | Return the time of the forecast, in local (to station) time. | |
getIterator ( ) : ArrayIterator | Return an ArrayIterator | |
limitLength ( integer $days ) | Limit the returned number of forecast days. Used for emulating a smaller forecast length than the provider supports or for using one, longer request to supply two different forecast length requests. |
public __construct ( array $properties, Horde_Service_Weather_Base $weather, integer $type = Horde_Service_Weather::FORECAST_TYPE_STANDARD ) | ||
$properties | array | Forecast properties. |
$weather | Horde_Service_Weather_Base | The base driver. |
$type | integer | The forecast type. |
public getForecastDay ( integer $day ) : Horde_Service_Weather_Period_Base | ||
$day | integer | The forecast day to return. |
Résultat | Horde_Service_Weather_Period_Base |
abstract public getForecastTime ( ) : Horde_Date | ||
Résultat | Horde_Date | The time of the forecast. |
public getIterator ( ) : ArrayIterator | ||
Résultat | ArrayIterator |
public limitLength ( integer $days ) | ||
$days | integer | The number of days to return. |
protected $_maxDays |
protected array $_periods | ||
Résultat | array |
protected array $_properties | ||
Résultat | array |
FORECAST_TYPE_STANDARD - Each Period represents a full day FORECAST_TYPE_DETAILED - Each period represents either day or night. FORECAST_TYPE_HOURLY - Each period represents a single hour.
public int $detail | ||
Résultat | integer |
public array $fields | ||
Résultat | array |