PHP 클래스 TimeObjects_Driver_Weather, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/)
저자: Michael J Rubinsky ([email protected])
상속: extends TimeObjects_Driver_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_forecastDays
$_location

공개 메소드들

메소드 설명
__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

보호된 메소드들

메소드 설명
_create ( ) : Horde_Service_Weather_Base Private factory for weather driver.
_findLocation ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $params )
$params array

_create() 보호된 메소드

Private factory for weather driver.
protected _create ( ) : Horde_Service_Weather_Base
리턴 Horde_Service_Weather_Base

_findLocation() 보호된 메소드

protected _findLocation ( )

ensure() 공개 메소드

Ensures that we meet all requirements to use this time object
public ensure ( ) : boolean
리턴 boolean

listTimeObjects() 공개 메소드

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
리턴 array of listTimeObjects arrays.

프로퍼티 상세

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

protected $_forecastDays

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

protected $_location