Example #1
0
 /**
  * True if this item can be visually activated (defaults to true)
  * @param boolean $value 
  * @return PhpExt_Menu_Item
  */
 public function setCanActivate($value)
 {
     return parent::setCanActivate($value);
 }