* @category flaimo-php * @copyright Copyright © 2002-2008, Michael Wimmer * @license GNU General Public License v3 * @link http://code.google.com/p/flaimo-php/ * @package RSS * @version 2.2.1 */ interface RSS { public function getRSSOutput(); public function outputRSS(); public function saveRSS(); } // end interface ?>