コード例 #1
0
ファイル: Category.php プロジェクト: kewaunited/xcart
 /**
  * Check controller visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && $this->getCategory();
 }
コード例 #2
0
ファイル: Categories.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Check controller visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (!$this->getCategoryId() || $this->getCategory());
 }