Example #1
0
 /**
  * True to hide the containing menu after this item is clicked (defaults to false)
  * @param boolean $value 
  * @return PhpExt_Menu_Separator
  */
 public function setHideOnClick($value)
 {
     return parent::setHideOnClick($value);
 }