Searched refs:rename_attributes (Results 1 – 3 of 3) sorted by relevance
74 public $rename_attributes = []; variable in SimplePie\\Sanitize201 public function rename_attributes($attribs = []) function in SimplePie\\Sanitize205 $this->rename_attributes = $attribs;207 $this->rename_attributes = explode(',', $attribs);210 $this->rename_attributes = false;391 if ($this->rename_attributes) {392 foreach ($this->rename_attributes as $attrib) {
1385 public function rename_attributes($attribs = '') function in SimplePie\\SimplePie1388 $attribs = $this->rename_attributes;1390 $this->sanitize->rename_attributes($attribs);
109 - New methods `SimplePie::rename_attributes()` and `SimplePie_Sanitize::rename_attributes()` allow …