|
ILIAS
Release_4_2_x_branch Revision 61807
|
Collaboration diagram for ilPaypalSettings:Public Member Functions | |
| setSettingsId ($a_settings_id=0) | |
| getSettingsId () | |
| setServerHost ($a_server_host) | |
| getServerHost () | |
| setServerPath ($a_server_path) | |
| getServerPath () | |
| setVendor ($a_vendor) | |
| getVendor () | |
| setAuthToken ($a_auth_token) | |
| getAuthToken () | |
| setPageStyle ($a_page_style) | |
| getPageStyle () | |
| setSsl ($a_ssl) | |
| getSsl () | |
| getAll () | |
| Returns array of all paypal settings. | |
| clearAll () | |
| Clears the payment settings for the paypal payment method. | |
| save () | |
| Inserts or updates (if payment settings already exist) the paypal settings data. | |
Static Public Member Functions | |
| static | getInstance () |
| Static method to get the singleton instance. | |
Data Fields | |
| $pSettings | |
Private Member Functions | |
| ilPaypalSettings () | |
| Constructor. | |
| getSettings () | |
| Called from constructor to fetch settings from database. | |
| fetchSettingsId () | |
| Fetches and sets the primary key of the payment settings. | |
Private Attributes | |
| $db | |
| $settings | |
| $server_host | |
| $server_path | |
| $vendor | |
| $auth_token | |
| $page_style | |
| $ssl | |
Static Private Attributes | |
| static | $instance = null |
Definition at line 14 of file class.ilPaypalSettings.php.
| ilPaypalSettings::clearAll | ( | ) |
Clears the payment settings for the paypal payment method.
public
Definition at line 187 of file class.ilPaypalSettings.php.
|
private |
Fetches and sets the primary key of the payment settings.
private
Definition at line 87 of file class.ilPaypalSettings.php.
| ilPaypalSettings::getAll | ( | ) |
Returns array of all paypal settings.
public
Definition at line 168 of file class.ilPaypalSettings.php.
References getAuthToken(), getPageStyle(), getServerHost(), getServerPath(), getSsl(), and getVendor().
Here is the call graph for this function:| ilPaypalSettings::getAuthToken | ( | ) |
Definition at line 137 of file class.ilPaypalSettings.php.
References $auth_token.
Referenced by getAll(), and save().
Here is the caller graph for this function:
|
static |
Static method to get the singleton instance.
public
Definition at line 37 of file class.ilPaypalSettings.php.
References $instance, and ilPaypalSettings().
Referenced by ilShopShoppingCartGUI\__construct(), ilPurchasePaypal\ilPurchasePaypal(), ilObjPaymentSettingsGUI\paypalSettingsObject(), and ilObjPaymentSettingsGUI\savePaypalSettingsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaypalSettings::getPageStyle | ( | ) |
Definition at line 147 of file class.ilPaypalSettings.php.
References $page_style.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilPaypalSettings::getServerHost | ( | ) |
Definition at line 107 of file class.ilPaypalSettings.php.
References $server_host.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilPaypalSettings::getServerPath | ( | ) |
Definition at line 117 of file class.ilPaypalSettings.php.
References $server_path.
Referenced by getAll(), and save().
Here is the caller graph for this function:
|
private |
Called from constructor to fetch settings from database.
private
Definition at line 64 of file class.ilPaypalSettings.php.
References $data, setAuthToken(), setPageStyle(), setServerHost(), setServerPath(), setSsl(), and setVendor().
Referenced by ilPaypalSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaypalSettings::getSettingsId | ( | ) |
Definition at line 97 of file class.ilPaypalSettings.php.
| ilPaypalSettings::getSsl | ( | ) |
Definition at line 157 of file class.ilPaypalSettings.php.
References $ssl.
Referenced by getAll(), and save().
Here is the caller graph for this function:| ilPaypalSettings::getVendor | ( | ) |
Definition at line 127 of file class.ilPaypalSettings.php.
References $vendor.
Referenced by getAll(), and save().
Here is the caller graph for this function:
|
private |
Constructor.
private
Definition at line 52 of file class.ilPaypalSettings.php.
References ilPaymentSettings\_getInstance(), and getSettings().
Referenced by getInstance().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaypalSettings::save | ( | ) |
Inserts or updates (if payment settings already exist) the paypal settings data.
public
Definition at line 198 of file class.ilPaypalSettings.php.
References getAuthToken(), getPageStyle(), getServerHost(), getServerPath(), getSsl(), and getVendor().
Here is the call graph for this function:| ilPaypalSettings::setAuthToken | ( | $a_auth_token | ) |
Definition at line 132 of file class.ilPaypalSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilPaypalSettings::setPageStyle | ( | $a_page_style | ) |
Definition at line 142 of file class.ilPaypalSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilPaypalSettings::setServerHost | ( | $a_server_host | ) |
Definition at line 102 of file class.ilPaypalSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilPaypalSettings::setServerPath | ( | $a_server_path | ) |
Definition at line 112 of file class.ilPaypalSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilPaypalSettings::setSettingsId | ( | $a_settings_id = 0 | ) |
Definition at line 92 of file class.ilPaypalSettings.php.
| ilPaypalSettings::setSsl | ( | $a_ssl | ) |
Definition at line 152 of file class.ilPaypalSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:| ilPaypalSettings::setVendor | ( | $a_vendor | ) |
Definition at line 122 of file class.ilPaypalSettings.php.
Referenced by getSettings().
Here is the caller graph for this function:
|
private |
Definition at line 25 of file class.ilPaypalSettings.php.
Referenced by getAuthToken().
|
private |
Definition at line 16 of file class.ilPaypalSettings.php.
|
staticprivate |
Definition at line 29 of file class.ilPaypalSettings.php.
Referenced by getInstance().
|
private |
Definition at line 26 of file class.ilPaypalSettings.php.
Referenced by getPageStyle().
| ilPaypalSettings::$pSettings |
Definition at line 17 of file class.ilPaypalSettings.php.
|
private |
Definition at line 22 of file class.ilPaypalSettings.php.
Referenced by getServerHost().
|
private |
Definition at line 23 of file class.ilPaypalSettings.php.
Referenced by getServerPath().
|
private |
Definition at line 19 of file class.ilPaypalSettings.php.
|
private |
Definition at line 27 of file class.ilPaypalSettings.php.
Referenced by getSsl().
|
private |
Definition at line 24 of file class.ilPaypalSettings.php.
Referenced by getVendor().