Ejemplo n.º 1
0
 /**
  * Check if widget is visible
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && 1 < count($this->getParam(static::PARAM_AVAILABLE_TYPES));
 }