Example #1
0
File: Log.php Project: kingsj/core
 /**
  * Called after the includeCompiledFile()
  *
  * @return void
  */
 protected function closeView()
 {
     parent::closeView();
     \XLite\Upgrade\Cell::getInstance()->clear(true, true, false);
     \XLite\Upgrade\Cell::getInstance()->setUpgraded(false);
 }
Example #2
0
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) $this->getMessages();
 }
Example #3
0
 /**
  * Return internal list name
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.backup';
 }
Example #4
0
 /**
  * Return internal list name
  *
  * @return string
  */
 protected function getListName()
 {
     return parent::getListName() . '.entries_list';
 }
Example #5
0
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) $this->getUpgradeNotes();
 }