diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-11-08 14:42:09 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-11-08 14:42:09 +0000 |
| commit | e042cbdedd96d9405b2d971652a70580dda342e7 (patch) | |
| tree | 258eefb98c7529d56ac2fb722c14f5dcca202937 /library/WT/Menu.php | |
| parent | cca009d081da0ce17b14ea0464361b4729914303 (diff) | |
| download | webtrees-e042cbdedd96d9405b2d971652a70580dda342e7.tar.gz webtrees-e042cbdedd96d9405b2d971652a70580dda342e7.tar.bz2 webtrees-e042cbdedd96d9405b2d971652a70580dda342e7.zip | |
PHPDoc
Diffstat (limited to 'library/WT/Menu.php')
| -rw-r--r-- | library/WT/Menu.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/WT/Menu.php b/library/WT/Menu.php index 742d283a47..6da09536b3 100644 --- a/library/WT/Menu.php +++ b/library/WT/Menu.php @@ -1,6 +1,4 @@ <?php -// System for generating menus. -// // webtrees: Web based Family History software // Copyright (C) 2014 webtrees development team. // @@ -21,6 +19,9 @@ // 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_Menu - System for generating menus. + */ class WT_Menu { var $label = ' '; var $labelpos = 'right'; |
