1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2024-05-06 14:25:56 +02:00

No need to have save()... duh

This commit is contained in:
Chouchen 2011-05-31 17:04:13 +02:00
parent 2eaa61fcea
commit 67732ad6d3

View File

@ -374,15 +374,6 @@ class SRSS extends DomDocument implements Iterator
return $this->saveXml();
}
/**
* save XML on server
* @param
* see DomDocument's docs
*/
public function save($path)
{
return $this->save($path);
}
/**
* putting all RSS attributes into the object