PHP Class Horde_Block_Weather, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Core_Block
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$autoUpdateMethod
$updateable

Protected Properties

Property Type Description
$_refreshParams
$_weather Horde_Service_Weather_Base

Public Methods

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

Protected Methods

Method Description
_content ( )
_params ( )
_title ( )

Method Details

__construct() public method

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

_content() protected method

protected _content ( )

_params() protected method

protected _params ( )

_title() protected method

protected _title ( )

refreshContent() public method

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
return string

Property Details

$_refreshParams protected_oe property

protected $_refreshParams

$_weather protected_oe property

protected Horde_Service_Weather_Base $_weather
return Horde_Service_Weather_Base

$autoUpdateMethod public_oe property

public $autoUpdateMethod

$updateable public_oe property

public $updateable