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