MySLP_Signup_Stripe_Checkout
extends MySLP_Signup_Base_Object
in package
Class MySLP_Signup_Stripe_Checkout
Table of Contents
Methods
- __construct() : mixed
- get_instance() : MySLP_Signup_Base_Object
- Return an instance of the object which is also registered to the slplus global less the SLP_ part.
- initialize() : void
- Things we do at the start.
- process_form_submission() : void
- Process a form submission.
Methods
__construct()
public
__construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
get_instance()
Return an instance of the object which is also registered to the slplus global less the SLP_ part.
public
static get_instance([null|array<string|int, mixed> $options = array() ]) : MySLP_Signup_Base_Object
Parameters
- $options : null|array<string|int, mixed> = array()
-
object init params
Return values
MySLP_Signup_Base_Objectinitialize()
Things we do at the start.
public
initialize() : void
process_form_submission()
Process a form submission.
public
process_form_submission() : void