Horde_Service_Weather_Forecast_Base::getForecastDay PHP Method

getForecastDay() public method

Return the forecast for the specified ordinal day.
public getForecastDay ( integer $day ) : Horde_Service_Weather_Period_Base
$day integer The forecast day to return.
return Horde_Service_Weather_Period_Base
    public function getForecastDay($day)
    {
        return $this->_periods[$day];
    }