CustomerDetails
in package
This class contains some constant variables to be used across the plugin.
All the SP settings are done here. The SP SAML settings and the IDP settings have to be set here.
Table of Contents
- table = "miniorange_samlsp_customer_details"
- get_option() : mixed
- remove_customer() : mixed
- save_customer() : mixed
- update_option() : mixed
Constants
table
public
mixed
table
= "miniorange_samlsp_customer_details"
Methods
get_option()
public
static get_option(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —remove_customer()
public
static remove_customer() : mixed
Return values
mixed —save_customer()
public
static save_customer(mixed $content) : mixed
Parameters
- $content : mixed
Return values
mixed —update_option()
public
static update_option(mixed $key, mixed $value) : mixed
Parameters
- $key : mixed
- $value : mixed