@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * Sets the menu type |
27 | 27 | * @param string $type one of text,item |
28 | - * @return \Ajax\semantic\html\collections\HtmlMenu |
|
28 | + * @return HtmlMenu |
|
29 | 29 | */ |
30 | 30 | public function setType($type=""){ |
31 | 31 | return $this->addToPropertyCtrl("class", $type, array("","item","text")); |