You are here

protected property FeedsElement::$value in Feeds 7.2

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

The standard value of this element. This value can contain be a simple type, a FeedsElement or an array of either.

File

plugins/FeedsParser.inc, line 203
Contains FeedsParser and related classes.

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;