Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3841 → Rev 3842

/branches/v3.00-serfouette/widget/modules/observation/bibliotheque/xml_feed_parser/1.0.4/parsers/XmlFeedParserType.php
384,7 → 384,7
*
* @return string|false
*/
protected function getContent() {
protected function getContent($method, $arguments = array()) {
$options = array('encoded', 'description');
foreach ($options as $element) {
$test = $this->model->getElementsByTagName($element);