You are here

public function FeedsGeoTermElement::__construct in Feeds 6

Same name and namespace in other branches
  1. 7.2 plugins/FeedsParser.inc \FeedsGeoTermElement::__construct()
  2. 7 plugins/FeedsParser.inc \FeedsGeoTermElement::__construct()

Parameters

$term: An array or a stdClass object that is a Drupal taxonomy term. Can include geo extensions.

Overrides FeedsTermElement::__construct

File

plugins/FeedsParser.inc, line 198

Class

FeedsGeoTermElement
A geo term element.

Code

public function __construct($term) {
  parent::__construct($term);
}