コード例 #1
0
ファイル: DynamicRegistry.php プロジェクト: eamador/Payum
 /**
  * {@inheritDoc}
  */
 public function getGateways()
 {
     return $this->staticRegistry->getGateways();
 }
コード例 #2
0
ファイル: FallbackRegistry.php プロジェクト: eamador/Payum
 /**
  * {@inheritDoc}
  */
 public function getGateways()
 {
     return array_replace($this->fallbackRegistry->getGateways(), $this->registry->getGateways());
 }