예제 #1
0
 /**
  * Check if widget is visible
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && !$this->getUpgradeEntries();
 }
예제 #2
0
파일: Download.php 프로젝트: kingsj/core
 /**
  * Check if widget is visible
  *
  * :TODO: remove if it's not needed
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && $this->isDownload();
 }
예제 #3
0
 /**
  * Check if widget is visible
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && $this->isCoreSelection();
 }
예제 #4
0
파일: AStep.php 프로젝트: kingsj/core
 /**
  * Check if widget is visible
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && !isset(\XLite\Core\Request::getInstance()->mode);
 }
예제 #5
0
 /**
  * Check if widget is visible
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && $this->isUpdate();
 }