aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/type_interface.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-28 21:33:17 +0200
committerPayBas <contact@paybas.com>2014-06-15 10:02:08 +0200
commitd5f4d288e92499b64e96aeafe673ed05708cc8da (patch)
treedbffc7117e7d3412fa2a4c01a0e00247d653b5f9 /phpBB/phpbb/notification/type/type_interface.php
parent3a96c5b753cbbde459f9835e952b2cb75008a9fc (diff)
downloadforums-d5f4d288e92499b64e96aeafe673ed05708cc8da.tar
forums-d5f4d288e92499b64e96aeafe673ed05708cc8da.tar.gz
forums-d5f4d288e92499b64e96aeafe673ed05708cc8da.tar.bz2
forums-d5f4d288e92499b64e96aeafe673ed05708cc8da.tar.xz
forums-d5f4d288e92499b64e96aeafe673ed05708cc8da.zip
[ticket/12608] Improve notifications drop-down menu styling in header
PHPBB3-12608
Diffstat (limited to 'phpBB/phpbb/notification/type/type_interface.php')
-rw-r--r--phpBB/phpbb/notification/type/type_interface.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/phpbb/notification/type/type_interface.php b/phpBB/phpbb/notification/type/type_interface.php
index c91c7078ad..5e139b797e 100644
--- a/phpBB/phpbb/notification/type/type_interface.php
+++ b/phpBB/phpbb/notification/type/type_interface.php
@@ -95,6 +95,20 @@ interface type_interface
public function get_title();
/**
+ * Get the HTML formatted reference of the notification
+ *
+ * @return string
+ */
+ public function get_reference();
+
+ /**
+ * Get the forum of the notification reference
+ *
+ * @return string
+ */
+ public function get_forum();
+
+ /**
* Get the url to this item
*
* @return string URL