コード例 #1
0
ファイル: billing_service.php プロジェクト: ZyXelP/oxwall
 /**
  * Returns the list of activated gateways
  * 
  * @return array
  */
 public function getActiveGatewaysList($forMobile = false)
 {
     return $this->billingGatewayDao->getActiveList($forMobile);
 }
コード例 #2
0
 /**
  * Returns the list of activated gateways
  * 
  * @return array
  */
 public function getActiveGatewaysList()
 {
     return $this->billingGatewayDao->getActiveList();
 }