* @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); } ='sub right'>Frédéric "LpSolit" Buclin [lpsolit]
aboutsummaryrefslogtreecommitdiffstats
path: root/docs/html/rhbugzilla.html
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-06-01 09:14:23 +0000
committerjustdave%syndicomm.com <>2001-06-01 09:14:23 +0000
commitce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17 (patch)
tree2507cde330522c12b54d3de574aaf23c3e749246 /docs/html/rhbugzilla.html
parentf30e92711a48569225bd1810b11c7ea91bae14d1 (diff)
downloadbugs-ce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17.tar
bugs-ce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17.tar.gz
bugs-ce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17.tar.bz2
bugs-ce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17.tar.xz
bugs-ce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17.zip
Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pl