class PaymentCommon in Payment 7
Base class with common functionality.
Hierarchy
- class \PaymentCommon
Expanded class hierarchy of PaymentCommon
File
- ./
payment.classes.inc, line 11 - The API and related functions for executing and managing payments.
View source
class PaymentCommon {
function __construct(array $properties = array()) {
foreach ($properties as $property => $value) {
$this->{$property} = $value;
}
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PaymentCommon:: |
function | 2 |