aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggMenuItem.php
diff options
context:
space:
mode:
authorFranz Liedke <franz@develophp.org>2011-06-21 11:36:05 -0700
committerFranz Liedke <franz@develophp.org>2011-06-21 11:36:05 -0700
commita76b2261206e097f091bf75ff679f2f33c55232b (patch)
tree489b3a58dd6e3b25e6a5169bc05d6c9f65f6457c /engine/classes/ElggMenuItem.php
parent7f1df879c1e083575baa890edd07f7f2f1469f67 (diff)
downloadelgg-a76b2261206e097f091bf75ff679f2f33c55232b.tar.gz
elgg-a76b2261206e097f091bf75ff679f2f33c55232b.tar.bz2
Add param description to PHPDoc comments of setText() function.
Diffstat (limited to 'engine/classes/ElggMenuItem.php')
-rw-r--r--engine/classes/ElggMenuItem.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/classes/ElggMenuItem.php b/engine/classes/ElggMenuItem.php
index 10146899e..47d1e8374 100644
--- a/engine/classes/ElggMenuItem.php
+++ b/engine/classes/ElggMenuItem.php
@@ -157,6 +157,8 @@ class ElggMenuItem {
/**
* Set the display text of the menu item
*
+ * @param string $text The display text
+ *
* @return void
*/
public function setText($text) {