public function FeedsDateTimeElement::getValue in Feeds 6
Same name and namespace in other branches
- 7.2 plugins/FeedsParser.inc \FeedsDateTimeElement::getValue()
- 7 plugins/FeedsParser.inc \FeedsDateTimeElement::getValue()
Override FeedsElement::getValue().
Overrides FeedsElement::getValue
1 call to FeedsDateTimeElement::getValue()
- FeedsDateTimeElement::__toString in plugins/
FeedsParser.inc - Implementation of toString magic php method.
File
- plugins/
FeedsParser.inc, line 328
Class
- FeedsDateTimeElement
- Defines a date element of a parsed result (including ranges, repeat).
Code
public function getValue() {
return $this->start;
}