コード例 #1
0
ファイル: PaymentMethods.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Check if widget is visible
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && \XLite\Module\CDev\XPaymentsConnector\Core\Settings::hasPaymentMethods();
 }
コード例 #2
0
ファイル: Xpc.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Check - is payment configurations imported early or not
  *
  * @return boolean
  */
 public function hasPaymentMethods()
 {
     return $this->settings->hasPaymentMethods();
 }