Horde_Service_Weather_Alerts_Base
in package
implements
IteratorAggregate
This file contains the Horde_Service_Weather_Alerts_Base class for abstracting access to weather alerts.
Copyright 2011-2017 Horde LLC (http://www.horde.org/)
Tags
Interfaces, Classes and Traits
- IteratorAggregate
Table of Contents
- $_parsedAlerts : mixed
- $_properties : mixed
- $_significanceMap : mixed
- $_typeMap : mixed
- __construct() : mixed
- getAlerts() : mixed
- getIterator() : ArrayIterator
- Return an ArrayIterator
Properties
$_parsedAlerts
protected
mixed
$_parsedAlerts
= array()
$_properties
protected
mixed
$_properties
$_significanceMap
protected
mixed
$_significanceMap
$_typeMap
protected
mixed
$_typeMap
Methods
__construct()
public
__construct(mixed $properties, Horde_Service_Weather_Base $weather) : mixed
Parameters
- $properties : mixed
- $weather : Horde_Service_Weather_Base
Return values
mixed —getAlerts()
public
getAlerts() : mixed
Return values
mixed —getIterator()
Return an ArrayIterator
public
getIterator() : ArrayIterator