Example #1
0
 /**
  * {@inheritDoc}
  */
 public function getGateways()
 {
     return $this->staticRegistry->getGateways();
 }
Example #2
0
 /**
  * {@inheritDoc}
  */
 public function getGateways()
 {
     return array_replace($this->fallbackRegistry->getGateways(), $this->registry->getGateways());
 }