diff options
Diffstat (limited to 'phpBB/includes/notification/method/interface.php')
-rw-r--r-- | phpBB/includes/notification/method/interface.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/includes/notification/method/interface.php b/phpBB/includes/notification/method/interface.php index 3c6c757d5c..ef875942cc 100644 --- a/phpBB/includes/notification/method/interface.php +++ b/phpBB/includes/notification/method/interface.php @@ -22,6 +22,13 @@ if (!defined('IN_PHPBB')) interface phpbb_notification_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 */ |