Function Hook_payment_gateway_ccbill->get_config
Definitions
sources/hooks/systems/payment_gateway/ccbill.php
- Get a standardised config map.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The config
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a standardised config map.
*
* @return array The config
*/
public function get_config() : array
* Get a standardised config map.
*
* @return array The config
*/
public function get_config() : array

