You are here

public function FeedsDateTimeElement::getValue in Feeds 7

Same name and namespace in other branches
  1. 6 plugins/FeedsParser.inc \FeedsDateTimeElement::getValue()
  2. 7.2 plugins/FeedsParser.inc \FeedsDateTimeElement::getValue()

Override FeedsElement::getValue().

Overrides FeedsElement::getValue

1 call to FeedsDateTimeElement::getValue()
FeedsDateTimeElement::__toString in plugins/FeedsParser.inc
Implements toString magic php method.

File

plugins/FeedsParser.inc, line 306

Class

FeedsDateTimeElement
Defines a date element of a parsed result (including ranges, repeat).

Code

public function getValue() {
  return $this->start;
}