Exemplo n.º 1
0
 /**
  * Check controller visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && !is_null($this->getCategory()) && $this->getCategory()->isVisible();
 }
Exemplo n.º 2
0
 /**
  * Check controller visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && $this->getProduct();
 }