diff options
| author | Franz Liedke <franz@develophp.org> | 2011-06-21 11:36:05 -0700 | 
|---|---|---|
| committer | Franz Liedke <franz@develophp.org> | 2011-06-21 11:36:05 -0700 | 
| commit | a76b2261206e097f091bf75ff679f2f33c55232b (patch) | |
| tree | 489b3a58dd6e3b25e6a5169bc05d6c9f65f6457c | |
| parent | 7f1df879c1e083575baa890edd07f7f2f1469f67 (diff) | |
| download | elgg-a76b2261206e097f091bf75ff679f2f33c55232b.tar.gz elgg-a76b2261206e097f091bf75ff679f2f33c55232b.tar.bz2 | |
Add param description to PHPDoc comments of setText() function.
| -rw-r--r-- | engine/classes/ElggMenuItem.php | 2 | 
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) { | 
