PHP 클래스 Horde_Block_Weather, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$autoUpdateMethod
$updateable

보호된 프로퍼티들

프로퍼티 타입 설명
$_refreshParams
$_weather Horde_Service_Weather_Base

공개 메소드들

메소드 설명
__construct ( $app, $params = [] )
refreshContent ( Horde_Variables $vars = null ) : string Handle user initiated block refresh. Set a private member to avoid BC issues with having to add a parameter to the _content method.

보호된 메소드들

메소드 설명
_content ( )
_params ( )
_title ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $app, $params = [] )

_content() 보호된 메소드

protected _content ( )

_params() 보호된 메소드

protected _params ( )

_title() 보호된 메소드

protected _title ( )

refreshContent() 공개 메소드

Handle user initiated block refresh. Set a private member to avoid BC issues with having to add a parameter to the _content method.
public refreshContent ( Horde_Variables $vars = null ) : string
$vars Horde_Variables
리턴 string

프로퍼티 상세

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

protected $_refreshParams

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

protected Horde_Service_Weather_Base $_weather
리턴 Horde_Service_Weather_Base

$autoUpdateMethod 공개적으로 프로퍼티

public $autoUpdateMethod

$updateable 공개적으로 프로퍼티

public $updateable