PHP Class Horde_Block_Weather, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Core_Block
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$autoUpdateMethod
$updateable

Protected Properties

Свойство Type Description
$_refreshParams
$_weather Horde_Service_Weather_Base

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
_content ( )
_params ( )
_title ( )

Method Details

__construct() public méthode

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

_content() protected méthode

protected _content ( )

_params() protected méthode

protected _params ( )

_title() protected méthode

protected _title ( )

refreshContent() public méthode

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
Résultat string

Property Details

$_refreshParams protected_oe property

protected $_refreshParams

$_weather protected_oe property

protected Horde_Service_Weather_Base $_weather
Résultat Horde_Service_Weather_Base

$autoUpdateMethod public_oe property

public $autoUpdateMethod

$updateable public_oe property

public $updateable