Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3161 → Rev 3162

/branches/v2.28-semoir/widget/modules/observation/bibliotheque/xml_feed_parser/1.0.4/parsers/XmlFeedParserRss11Element.php
107,7 → 107,7
*
* @return string|false
*/
function getContent() {
function getContent($method, $arguments = array()) {
$options = array('encoded', 'description');
foreach ($options as $element) {
$test = $this->model->getElementsByTagName($element);
142,4 → 142,4
return false;
}
}
?>
?>