PHP Class TimeObjects_Driver_Weather, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/)
Author: Michael J Rubinsky ([email protected])
Inheritance: extends TimeObjects_Driver_Base
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_forecastDays
$_location

Méthodes publiques

Méthode Description
__construct ( array $params )
ensure ( ) : boolean Ensures that we meet all requirements to use this time object
listTimeObjects ( Horde_Date $start = null, Horde_Date $end = null ) : array

Méthodes protégées

Méthode Description
_create ( ) : Horde_Service_Weather_Base Private factory for weather driver.
_findLocation ( )

Method Details

__construct() public méthode

public __construct ( array $params )
$params array

_create() protected méthode

Private factory for weather driver.
protected _create ( ) : Horde_Service_Weather_Base
Résultat Horde_Service_Weather_Base

_findLocation() protected méthode

protected _findLocation ( )

ensure() public méthode

Ensures that we meet all requirements to use this time object
public ensure ( ) : boolean
Résultat boolean

listTimeObjects() public méthode

public listTimeObjects ( Horde_Date $start = null, Horde_Date $end = null ) : array
$start Horde_Date The start time of the period
$end Horde_Date The end time of the period
Résultat array of listTimeObjects arrays.

Property Details

$_forecastDays protected_oe property

protected $_forecastDays

$_location protected_oe property

protected $_location