* @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(); } r The forums.mageia.org WebsiteMaat [maat]
aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-03 08:21:01 -0800
committerMatt Friedman <maf675@gmail.com>2014-03-03 08:21:01 -0800
commit321d430dbafb38468ce2e48a32c614be4756d554 (patch)
treecf7a5123eb4eebda5462f33978c47723d7812862 /phpBB/phpbb/controller
parentb01a0fe7c5d519c97a33c607e161fb6da5327369 (diff)
downloadforums-321d430dbafb38468ce2e48a32c614be4756d554.tar
forums-321d430dbafb38468ce2e48a32c614be4756d554.tar.gz
forums-321d430dbafb38468ce2e48a32c614be4756d554.tar.bz2
forums-321d430dbafb38468ce2e48a32c614be4756d554.tar.xz
forums-321d430dbafb38468ce2e48a32c614be4756d554.zip
[ticket/12244] Rename link to Extensions Manager in the ACP