Newer
Older
<?php
// $Id$
class FeedsCSVParser extends FeedsParser {
/**
* Parses a raw string and returns a Feed object from it.
*/
public function parse($raw) {
}
/**
* Return mapping sources.
*/
public function getMappingSources() {
return array();
}
}