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