|
Squiz Matrix
4.12.2
|
Additional Inherited Members | |
Data Fields inherited from Asset | |
| $id = 0 | |
| $version = '' | |
| $name = '' | |
| $short_name = '' | |
| $status | |
| $languages = '' | |
| $charset = '' | |
| $force_secure = '0' | |
| $created | |
| $created_userid | |
| $updated | |
| $updated_userid | |
| $published | |
| $published_userid | |
| $status_changed | |
| $status_changed_userid | |
| $_is_cacheable = FALSE | |
| $vars = Array() | |
| $_available_keywords = Array() | |
| $data_path_suffix = '' | |
| $data_path = '' | |
| $data_path_public = '' | |
| $_ser_attrs = FALSE | |
Protected Member Functions inherited from Payment_Gateway | |
| _getName ($short_name=FALSE, $contextid=NULL) | |
| appendPendingOrderAuditLog ($msg) | |
| setPendingOrderMerchantReference ($ref_no) | |
Definition at line 30 of file payment_gateway_utransact.inc.
| __construct | ( | $assetid = 0 | ) |
Constructor
Definition at line 46 of file payment_gateway_utransact.inc.
| _createAdditional | ( | & | $link | ) |
Perform any additional processing required during the creation of this asset
Standard pages create a bodycopy asset when they are created
| array | &$link | information used to create the initial link |
Definition at line 63 of file payment_gateway_utransact.inc.
| _createBodycopy | ( | $default_content = NULL | ) |
Create Bodycopy
| string | $default_content | default content to put into the bodycopy |
Definition at line 101 of file payment_gateway_utransact.inc.
| _getAllowedLinks | ( | ) |
Returns an array of all the permitted link type, the type asset and the cardinality
Definition at line 130 of file payment_gateway_utransact.inc.
| clearErrors | ( | ) |
Clear all error message(s)
Definition at line 687 of file payment_gateway_utransact.inc.
| getAvailableKeywords | ( | ) |
Return the available keywords from the parents
The return value is in the form:
Array(
'keyword' => 'name',
)
Definition at line 152 of file payment_gateway_utransact.inc.
| & getBodycopy | ( | ) |
Return the bodycopy linked to this page
Definition at line 328 of file payment_gateway_utransact.inc.
| getCancelButtonKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 977 of file payment_gateway_utransact.inc.
| getCreditCardCcvKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 816 of file payment_gateway_utransact.inc.
| getCreditCardExpiryMonthKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 913 of file payment_gateway_utransact.inc.
| getCreditCardExpiryYearKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 896 of file payment_gateway_utransact.inc.
| getCreditCardNameKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 801 of file payment_gateway_utransact.inc.
| getCreditCardNumberKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 782 of file payment_gateway_utransact.inc.
| getCreditCardTypeSelectorKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 833 of file payment_gateway_utransact.inc.
| getErrorMessage | ( | ) |
Get the error message under HTML format
Definition at line 732 of file payment_gateway_utransact.inc.
| getNewTransactionHandle | ( | ) |
Returns a new transaction handle
Definition at line 992 of file payment_gateway_utransact.inc.
| getProcessingErrorKeywordReplacement | ( | ) |
Processing Error keyword replacement
Definition at line 930 of file payment_gateway_utransact.inc.
| getResetButtonKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 962 of file payment_gateway_utransact.inc.
| getSubmitButtonKeywordReplacement | ( | ) |
Credit Card Number keyword replacement
Definition at line 947 of file payment_gateway_utransact.inc.
| getTransactionAmountKeywordReplacement | ( | ) |
Transaction Amount (without GST) keyword replacement
Definition at line 866 of file payment_gateway_utransact.inc.
| getTransactionGSTKeywordReplacement | ( | ) |
Transaction GST keyword replacement
Definition at line 882 of file payment_gateway_utransact.inc.
| getTransactionGstRate | ( | $from_gateway = FALSE | ) |
Get transaction GST from the payment gateway
boolean $from_gateway If true get the GST from gateway
Definition at line 754 of file payment_gateway_utransact.inc.
| isError | ( | ) |
Check if the transaction has error
Definition at line 674 of file payment_gateway_utransact.inc.
| onRequestKeywords | ( | & | $broadcaster, |
$vars = Array() |
|||
| ) |
Add valid keywords for this asset to an array of keywords when asked
| object | &$broadcaster | the asset that triggered the event |
| array | $vars | the vars that get submitted by the broadcaster we add keywords to the $vars['keywords'] array |
Definition at line 187 of file payment_gateway_utransact.inc.
| printBody | ( | ) |
Basic output function. root of output process
Definition at line 201 of file payment_gateway_utransact.inc.
| printBodycopy | ( | ) |
Prints the front-end interface for this asset
Definition at line 292 of file payment_gateway_utransact.inc.
| processPayment | ( | $card_info | ) |
Process credit card details to UTransact gateway
| array | $card_info | Submitted credit card information |
Definition at line 346 of file payment_gateway_utransact.inc.
| returnToCaller | ( | $state = 'SUCCESS' | ) |
Returns back to e-commerce form, which called gateway
| string | $state | state to return |
Definition at line 703 of file payment_gateway_utransact.inc.