Exemple #1
0
 /**
  * Check visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && $this->getProduct()->countImages() > 0;
 }