* @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\notification\method; /** * Base notifications method interface */ interface method_interface { /** * Get notification method name * * @return string */ public function get_type(); /** * Is this method available for the user? * This is checked on the notifications options */ public function is_available(); /** * Add a notification to the queue * * @param \phpbb\notification\type\type_interface $notification */ public function add_to_queue(\phpbb\notification\type\type_interface $notification); /** * Parse the queue and notify the users */ public function notify(); } > bugs.mageia.orgFrédéric "LpSolit" Buclin [lpsolit]
aboutsummaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-04 11:48:12 +0000
committerlpsolit%gmail.com <>2008-04-04 11:48:12 +0000
commitb708d46cac381d85571a3f18eb9bec4a6cb26c15 (patch)
tree9f8f5ea2db947824a4cb3e517cd016c4fa7afce2 /reports.cgi
parent836b216dd62c91b3862ad516215d4edabbf8c4f4 (diff)
downloadbugs-b708d46cac381d85571a3f18eb9bec4a6cb26c15.tar
bugs-b708d46cac381d85571a3f18eb9bec4a6cb26c15.tar.gz
bugs-b708d46cac381d85571a3f18eb9bec4a6cb26c15.tar.bz2
bugs-b708d46cac381d85571a3f18eb9bec4a6cb26c15.tar.xz
bugs-b708d46cac381d85571a3f18eb9bec4a6cb26c15.zip