PHP 클래스 Horde_Service_Weather_Period_Base, horde

저자: Michael J Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_forecast Horde_Service_Weather_Forecast_Base Reference to parent forecast object.
$_properties mixed Properties for this single peridd, as returned from the forecast request.

공개 메소드들

메소드 설명
__construct ( mixed $properties, Horde_Service_Weather_Forecast_Base $forecast ) : Horde_Service_Weather_Current Const'r
__get ( string $property ) : mixed Default implementation - just return the value set.

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( mixed $properties, Horde_Service_Weather_Forecast_Base $forecast ) : Horde_Service_Weather_Current
$properties mixed Current properties.
$forecast Horde_Service_Weather_Forecast_Base The parent forecast.
리턴 Horde_Service_Weather_Current

__get() 공개 메소드

Default implementation - just return the value set.
public __get ( string $property ) : mixed
$property string The requested property.
리턴 mixed The property value.

프로퍼티 상세

$_forecast 보호되어 있는 프로퍼티

Reference to parent forecast object.
protected Horde_Service_Weather_Forecast_Base $_forecast
리턴 Horde_Service_Weather_Forecast_Base

$_properties 보호되어 있는 프로퍼티

Properties for this single peridd, as returned from the forecast request.
protected mixed $_properties
리턴 mixed