summaryrefslogtreecommitdiff
path: root/app/Module/ResearchTaskModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-22 11:04:45 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-22 11:04:45 +0000
commit961ec7555e8fa1828ea16f2a1fd6a74f140ce707 (patch)
treeb26be57d24d257cec0743405542322318498ee30 /app/Module/ResearchTaskModule.php
parent5227b2029ea60eb92ec9219a6a8a7998ccaebdbc (diff)
downloadwebtrees-961ec7555e8fa1828ea16f2a1fd6a74f140ce707.tar.gz
webtrees-961ec7555e8fa1828ea16f2a1fd6a74f140ce707.tar.bz2
webtrees-961ec7555e8fa1828ea16f2a1fd6a74f140ce707.zip
PHPdoc
Diffstat (limited to 'app/Module/ResearchTaskModule.php')
-rw-r--r--app/Module/ResearchTaskModule.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/Module/ResearchTaskModule.php b/app/Module/ResearchTaskModule.php
index 570d84be9d..9aaa95e50b 100644
--- a/app/Module/ResearchTaskModule.php
+++ b/app/Module/ResearchTaskModule.php
@@ -39,14 +39,22 @@ class ResearchTaskModule extends AbstractModule implements ModuleInterface, Modu
private const DEFAULT_SHOW_UNASSIGNED = '1';
private const DEFAULT_SHOW_FUTURE = '1';
- /** {@inheritdoc} */
+ /**
+ * How should this module be labelled on tabs, menus, etc.?
+ *
+ * @return string
+ */
public function title(): string
{
/* I18N: Name of a module. Tasks that need further research. */
return I18N::translate('Research tasks');
}
- /** {@inheritdoc} */
+ /**
+ * A sentence describing what this module does.
+ *
+ * @return string
+ */
public function description(): string
{
/* I18N: Description of “Research tasks” module */