You are here

protected property FeedsElement::$value in Feeds 7

Same name and namespace in other branches
  1. 6 plugins/FeedsParser.inc \FeedsElement::value
  2. 7.2 plugins/FeedsParser.inc \FeedsElement::value

File

plugins/FeedsParser.inc, line 101

Class

FeedsElement
Defines an element of a parsed result. Such an element can be a simple type, a complex type (derived from FeedsElement) or an array of either.

Code

protected $value;