1 | <?php |
||
12 | class LaravelMobilpayController extends \Stl30\LaravelMobilpay\Http\Controllers\LaravelMobilpayController |
||
13 | { |
||
14 | public function card() |
||
18 | |||
19 | public function addTransaction(Card $mobilpayRequestObject, $customDataParameter = '') |
||
23 | |||
24 | public function updateTransaction(PaymentAbstract $mobilpayReturnObject, $orderStatus = 'possible error') |
||
28 | |||
29 | function addAutomatedTransactionError($errorCode, $errorType, $errorMessage, $mobilpayReturnObject) |
||
33 | |||
34 | public static function validatePaymentDetails(array $parameters = []) |
||
38 | |||
39 | public function cardRedirect(array $paymentParameters = array()) |
||
43 | |||
44 | public function cardConfirm() |
||
48 | |||
49 | public function cardReturn(Request $request) |
||
53 | } |
||
54 |
Adding explicit visibility (
private
,protected
, orpublic
) is generally recommend to communicate to other developers how, and from where this method is intended to be used.