diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-10-17 16:03:33 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-10-17 16:03:33 +0100 |
| commit | 625aed9bfcdf959dd5bd6e62dcdcd98bc58c50df (patch) | |
| tree | a7e8a166c20447083bb641ebc6b03652aa533c27 /library/WT/Note.php | |
| parent | a53b963443b54a2ae0a60dec432a796b9406aca4 (diff) | |
| download | webtrees-625aed9bfcdf959dd5bd6e62dcdcd98bc58c50df.tar.gz webtrees-625aed9bfcdf959dd5bd6e62dcdcd98bc58c50df.tar.bz2 webtrees-625aed9bfcdf959dd5bd6e62dcdcd98bc58c50df.zip | |
PHPDoc
Diffstat (limited to 'library/WT/Note.php')
| -rw-r--r-- | library/WT/Note.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/WT/Note.php b/library/WT/Note.php index 94b01dfaf7..0b1516158f 100644 --- a/library/WT/Note.php +++ b/library/WT/Note.php @@ -39,7 +39,7 @@ class WT_Note extends WT_GedcomRecord { } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function canShowByType($access_level) { // Hide notes if they are attached to private records @@ -58,14 +58,14 @@ class WT_Note extends WT_GedcomRecord { } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function createPrivateGedcomRecord($access_level) { return '0 @' . $this->xref . '@ NOTE ' . WT_I18N::translate('Private'); } /** - * {@inheritDoc} + * {@inheritdoc} */ protected static function fetchGedcomRecord($xref, $gedcom_id) { static $statement = null; @@ -81,7 +81,7 @@ class WT_Note extends WT_GedcomRecord { * Create a name for this note - apply (and remove) markup, then take * a maximum of 100 characters from the first line. * - * {@inheritDoc} + * {@inheritdoc} */ public function extractNames() { global $WT_TREE; |
