Documentation

Horde_Block_Weather extends Horde_Core_Block
in package

Horde_Block_Weather

Tags
author

Michael J Rubinsky mrubinsk@horde.org

Table of Contents

$autoUpdateMethod  : mixed
$updateable  : mixed
$_refreshParams  : mixed
$_weather  : Horde_Service_Weather_Base
__construct()  : mixed
refreshContent()  : 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()  : mixed
_params()  : mixed
_title()  : mixed

Properties

$autoUpdateMethod

public mixed $autoUpdateMethod = 'refreshContent'

$updateable

public mixed $updateable = \true

$_refreshParams

protected mixed $_refreshParams

$_weather

protected Horde_Service_Weather_Base $_weather

Methods

__construct()

public __construct(mixed $app[, mixed $params = array() ]) : mixed
Parameters
$app : mixed
$params : mixed = array()
Return values
mixed

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
Parameters
$vars : Horde_Variables = null
Return values
string

_content()

protected _content() : mixed
Return values
mixed

_params()

protected _params() : mixed
Return values
mixed

_title()

protected _title() : mixed
Return values
mixed

Search results