PHP 클래스 Horde_Service_Weather_Station, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_properties array Local properties array.

공개 메소드들

메소드 설명
__construct ( array $properties = [] ) Const'r
__get ( string $property ) : mixed Accessor
__set ( string $property, mixed $value ) Setter.
getOffset ( ) : integer Return the CURRENT offset from UTC for this station as provided by the API.

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( array $properties = [] )
$properties array The properties for the station.

__get() 공개 메소드

Accessor
public __get ( string $property ) : mixed
$property string The property to return.
리턴 mixed The value of requested property.

__set() 공개 메소드

Setter.
public __set ( string $property, mixed $value )
$property string The property name.
$value mixed The value to set $property to.

getOffset() 공개 메소드

Return the CURRENT offset from UTC for this station as provided by the API.
부터: 1.2.0
public getOffset ( ) : integer
리턴 integer The current offset from UTC.

프로퍼티 상세

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

Local properties array.
protected array $_properties
리턴 array