diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-12-05 00:19:54 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-12-05 00:19:54 +0000 |
| commit | 993051c3ed98d752d7100c336ca2f74972ede08d (patch) | |
| tree | 695293604bd146dcbb3564467b5fa90b7c08d532 /modules_v3/html | |
| parent | 2cb48758889f403cd01c313b090d821dc724cdf0 (diff) | |
| download | webtrees-993051c3ed98d752d7100c336ca2f74972ede08d.tar.gz webtrees-993051c3ed98d752d7100c336ca2f74972ede08d.tar.bz2 webtrees-993051c3ed98d752d7100c336ca2f74972ede08d.zip | |
PHPDoc
Diffstat (limited to 'modules_v3/html')
| -rw-r--r-- | modules_v3/html/module.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules_v3/html/module.php b/modules_v3/html/module.php index 3eb2886508..6e4ddd2efd 100644 --- a/modules_v3/html/module.php +++ b/modules_v3/html/module.php @@ -1,6 +1,4 @@ <?php -// Classes and libraries for module system -// // webtrees: Web based Family History software // Copyright (C) 2014 webtrees development team. // @@ -23,6 +21,9 @@ use WT\Auth; +/** + * Class html_WT_Module + */ class html_WT_Module extends WT_Module implements WT_Module_Block { /** {@inheritdoc} */ public function getTitle() { |
