Horde_Block_Metar
        
        extends Horde_Core_Block
    
    
            
            in package
            
        
    
    
    
        
            An applet for the portal screen to display METAR weather data for a specified location (currently airports).
Table of Contents
- $autoUpdateMethod : mixed
- $updateable : mixed
- $_refreshParams : mixed
- $_weather : Horde_Service_Weather_Metar
- __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_Metar
    $_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