PHP Class Horde_Service_Weather_Station, horde

Author: Michael J Rubinsky ([email protected])
Mostra file Open project: horde/horde

Protected Properties

Property Type Description
$_properties array Local properties array.

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

__get() public method

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

__set() public method

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

getOffset() public method

Return the CURRENT offset from UTC for this station as provided by the API.
Since: 1.2.0
public getOffset ( ) : integer
return integer The current offset from UTC.

Property Details

$_properties protected_oe property

Local properties array.
protected array $_properties
return array