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/Note.php | |
| parent | cca009d081da0ce17b14ea0464361b4729914303 (diff) | |
| download | webtrees-e042cbdedd96d9405b2d971652a70580dda342e7.tar.gz webtrees-e042cbdedd96d9405b2d971652a70580dda342e7.tar.bz2 webtrees-e042cbdedd96d9405b2d971652a70580dda342e7.zip | |
PHPDoc
Diffstat (limited to 'library/WT/Note.php')
| -rw-r--r-- | library/WT/Note.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/WT/Note.php b/library/WT/Note.php index cda60e86b0..38bf3c7609 100644 --- a/library/WT/Note.php +++ b/library/WT/Note.php @@ -1,6 +1,4 @@ <?php -// Class file for a Shared Note (NOTE) object -// // 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_Note - Class file for a Shared Note (NOTE) object + */ class WT_Note extends WT_GedcomRecord { const RECORD_TYPE = 'NOTE'; const URL_PREFIX = 'note.php?nid='; |
