summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/insertables/InsertablesSuggester.php')
-rw-r--r--MLEB/Translate/insertables/InsertablesSuggester.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/MLEB/Translate/insertables/InsertablesSuggester.php b/MLEB/Translate/insertables/InsertablesSuggester.php
index 70cc9702..8210ff7a 100644
--- a/MLEB/Translate/insertables/InsertablesSuggester.php
+++ b/MLEB/Translate/insertables/InsertablesSuggester.php
@@ -1,6 +1,6 @@
<?php
/**
- * Interface for InsertableSuggesters.
+ * Interface for InsertablesSuggesters.
*
* @file
* @author Niklas Laxström
@@ -13,5 +13,10 @@
* @since 2013.09
*/
interface InsertablesSuggester {
+ /**
+ * Returns the insertables in the message text.
+ * @param string $text
+ * @return array
+ */
public function getInsertables( $text );
}