class FeedsGeoTermElement in Feeds 6
Same name and namespace in other branches
- 7.2 plugins/FeedsParser.inc \FeedsGeoTermElement
- 7 plugins/FeedsParser.inc \FeedsGeoTermElement
A geo term element.
Hierarchy
- class \FeedsElement
- class \FeedsTermElement
- class \FeedsGeoTermElement
- class \FeedsTermElement
Expanded class hierarchy of FeedsGeoTermElement
File
- plugins/
FeedsParser.inc, line 191
View source
class FeedsGeoTermElement extends FeedsTermElement {
public $lat, $lon, $bound_top, $bound_right, $bound_bottom, $bound_left, $geometry;
/**
* @param $term
* An array or a stdClass object that is a Drupal taxonomy term. Can include
* geo extensions.
*/
public function __construct($term) {
parent::__construct($term);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FeedsElement:: |
protected | property | ||
FeedsElement:: |
public | function | 1 | |
FeedsGeoTermElement:: |
public | property | ||
FeedsGeoTermElement:: |
public | function |
Overrides FeedsTermElement:: |
|
FeedsTermElement:: |
public | property | ||
FeedsTermElement:: |
public | function |
Use $name as $value. Overrides FeedsElement:: |