コード例 #1
0
ファイル: StatusMessages.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) $this->getMessages();
 }
コード例 #2
0
ファイル: UpgradeNotes.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Check widget visibility
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && (bool) $this->getUpgradeNotes();
 }