コード例 #1
0
ファイル: Payum.php プロジェクト: nksoo/Payum
 /**
  * {@inheritDoc}
  */
 public function getGateways()
 {
     return $this->registry->getGateways();
 }
コード例 #2
0
 /**
  * @return GatewayInterface[]
  */
 private function getRegisteredGateways()
 {
     return $this->payumRegistry->getGateways();
 }