PHP Класс Horde_Block_Metar, horde

Наследование: extends Horde_Core_Block
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$autoUpdateMethod
$updateable

Защищенные свойства (Protected)

Свойство Тип Описание
$_refreshParams
$_weather Horde_Service_Weather_Metar

Открытые методы

Метод Описание
__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_Metar $_weather
Результат Horde_Service_Weather_Metar

$autoUpdateMethod публичное свойство

public $autoUpdateMethod

$updateable публичное свойство

public $updateable