]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Add param description to PHPDoc comments of setText() function.
authorFranz Liedke <franz@develophp.org>
Tue, 21 Jun 2011 18:36:05 +0000 (11:36 -0700)
committerFranz Liedke <franz@develophp.org>
Tue, 21 Jun 2011 18:36:05 +0000 (11:36 -0700)
engine/classes/ElggMenuItem.php

index 10146899ee91cbedeef0714c6de8ed10bc4705ab..47d1e83745eb4309477e6c50db6cbebc90883dd7 100644 (file)
@@ -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) {