summaryrefslogtreecommitdiff
path: root/library/WT/FlashMessages.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-11-08 14:42:09 +0000
committerGreg Roach <fisharebest@gmail.com>2014-11-08 14:42:09 +0000
commite042cbdedd96d9405b2d971652a70580dda342e7 (patch)
tree258eefb98c7529d56ac2fb722c14f5dcca202937 /library/WT/FlashMessages.php
parentcca009d081da0ce17b14ea0464361b4729914303 (diff)
downloadwebtrees-e042cbdedd96d9405b2d971652a70580dda342e7.tar.gz
webtrees-e042cbdedd96d9405b2d971652a70580dda342e7.tar.bz2
webtrees-e042cbdedd96d9405b2d971652a70580dda342e7.zip
PHPDoc
Diffstat (limited to 'library/WT/FlashMessages.php')
-rw-r--r--library/WT/FlashMessages.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/library/WT/FlashMessages.php b/library/WT/FlashMessages.php
index 07a2cc8e4a..665450e00d 100644
--- a/library/WT/FlashMessages.php
+++ b/library/WT/FlashMessages.php
@@ -1,7 +1,4 @@
<?php
-// Flash messages allow us to generate messages in one context, and
-// display them in another.
-//
// webtrees: Web based Family History software
// Copyright (C) 2014 Greg Roach
//
@@ -19,6 +16,10 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+/**
+ * Class WT_FlashMessages - Flash messages allow us to generate messages
+ * in one context, and display them in another.
+ */
class WT_FlashMessages {
/**
* Add a new message to the session storage.