Example #1
0
 /**
  * Return internal list name
  *
  * @return string
  */
 protected function getListName()
 {
     return $this->isUpgrade() ? parent::getListName() . '.entries_list_upgrade' : parent::getListName() . '.entries_list_update';
 }
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) $this->getIncompatibleEntries();
 }
Example #3
0
 /**
  * Return internal list name
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.entries_list';
 }
Example #4
0
 /**
  * Return internal list name
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.buttons';
 }
Example #5
0
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) $this->getMessages();
 }