Class PayPalConfigurationController
Class PayPalConfigurationController
- HttpViewController implements HttpViewControllerInterface
-
AdminHttpViewController
implements
AdminStatusOnlyInterface
-
PayPalConfigurationController
Located at Controllers/HttpView/Admin/PayPalConfigurationController.inc.php
Methods summary
public
|
#
__construct(
Initialize the Controller with required properties |
protected
string|null
|
#
_getPostData( string $name )
adds stripslashes() to parent::_getPostData() to reverse the forced magic quotes introduced by the compatibiliy layer |
public
|
#
actionDefault( )
Run the actionDefault method. This is invoked through admin/admin.php?do=PayPalConfiguration |
public
|
|
public
|
|
protected
|
#
_isConfigured( )
determines whether the interface has been configured, i.e. at least one set of credentials (live/sandbox) has been saved |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
#
_prepareValuesArray( $includeExperienceProfiles = false )
Prepare the value array. The array keys are the variable names that are passed to template |
protected
|
Methods inherited from AdminHttpViewController
Methods inherited from HttpViewController
_callActionMethod(),
_getPostDataCollection(),
_getQueryParameter(),
_getQueryParametersCollection(),
_render(),
_validatePageToken(),
proceed()
Constants summary
|
MESSAGES_NAMESPACE
|
#
__class__
|
Properties summary
protected
array
|
$valueArray
Array with Values that are passed to the template |
#
array()
|
protected
PayPalText
|
$paypalText
Helper for language-specific texts |
|
protected
PayPalConfigurationStorage
|
$configurationStorage
|
|
protected
|
$logger
|
Properties inherited from HttpViewController
$assets,
$contentView,
$httpContextReader,
$httpResponseProcessor,
$postDataArray,
$queryParametersArray