Esempio n. 1
0
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) $this->getMessages();
 }
Esempio n. 2
0
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) array_filter($this->getCustomFiles());
 }
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) array_filter($this->getPreUpgradeWarningModules());
 }
Esempio n. 4
0
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) array_filter($this->getDisabledModulesHooks());
 }
Esempio n. 5
0
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) $this->getUpgradeNotes();
 }