PHP 클래스 Horde_Service_Weather_Current_Base, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_properties array Concrete classes map them to the available properties.
$_weather Horde_Service_Weather_Base Parent weather object.

공개 메소드들

메소드 설명
__construct ( mixed $properties, Horde_Service_Weather_Base $weather ) : Horde_Service_Weather_Current_Base Const'r
__get ( $property )

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( mixed $properties, Horde_Service_Weather_Base $weather ) : Horde_Service_Weather_Current_Base
$properties mixed Current properties, in driver keys.
$weather Horde_Service_Weather_Base
리턴 Horde_Service_Weather_Current_Base

__get() 공개 메소드

public __get ( $property )

프로퍼티 상세

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

Concrete classes map them to the available properties.
protected array $_properties
리턴 array

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

Parent weather object.
protected Horde_Service_Weather_Base $_weather
리턴 Horde_Service_Weather_Base