* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\feed; /** * Interface implemented by all feeds types */ interface feed_interface { /** * Set keys. */ public function set_keys(); /** * Open feed */ public function open(); /** * Close feed */ public function close(); /** * Set key * * @param string $key Key * @param mixed $value Value */ public function set($key, $value); /** * Get key * * @param string $key Key * @return mixed */ public function get($key); /** * Get the next post in the feed * * @return array */ public function get_item(); /** * Adjust a feed entry * * @param $item_row * @param $row * @return array */ public function adjust_item(&$item_row, &$row); } stro/mdv2008.1 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* don't security::various::config_security_user() can fail, don't let it bother usPascal Rigaux2003-02-171-1/+1
* (to_string): simpler way to handle the "default" resolution of frame-bufferPascal Rigaux2003-02-171-1/+1
* 9.1 rc1Florent Villard2003-02-171-0/+0
* use fbdev when the graphic card is unknownPascal Rigaux2003-02-171-5/+9
* warn when auto conf failPascal Rigaux2003-02-171-1/+4
* add module2description()Pascal Rigaux2003-02-171-3/+9
* correction for non-latin1 locales,Pablo Saratxaga2003-02-171-2/+6
* in the old days, on cannot disable shrink1, resize2 or shrink2 since they alw...Thierry Vignaud2003-02-171-2/+5
* better sound card description in summaryPascal Rigaux2003-02-171-1/+3
* enhance summary layoutPascal Rigaux2003-02-171-2/+4
* fix help popping all the timePascal Rigaux2003-02-171-1/+1
* 9.1-0.33mdkThierry Vignaud2003-02-171-1/+8
* fix setting pop_it for wizard in standalonePascal Rigaux2003-02-171-1/+2
* updated Russian and Arabic filesPablo Saratxaga2003-02-172-20216/+32221
* simplify translator job by propaging pixel english typo fixThierry Vignaud2003-02-17