LLMS_Post_Model::__set()
Method: Magic Setter
Source: includes/abstracts/abstract.llms.post.model.php:224
Method: Magic Setter
Source: includes/abstracts/abstract.llms.post.model.php:224
Class: LLMS_Post_Model abstract
Source: includes/abstracts/abstract.llms.post.model.php:22
Method: Get the value of an option from the database & fallback to default value if none found Optionally attempts to retrieve a secure key first, if secure key is provided.
Source: includes/abstracts/abstract.llms.payment.gateway.php:677
Method: Retrieve an option name specific to the gateway Used to retrieve options from the wp_options table where applicable
Source: includes/abstracts/abstract.llms.payment.gateway.php:701
Method: Called when refunding via a Gateway This function must be defined by gateways which support refunds This function is called by LLMS_Transaction->process_refund()
Source: includes/abstracts/abstract.llms.payment.gateway.php:716
Method: Determine if a feature is supported by the gateway Looks at the $this->supports and ensures the submitted feature exists and is true
Source: includes/abstracts/abstract.llms.payment.gateway.php:725
Method: Get gateway title setting
Source: includes/abstracts/abstract.llms.payment.gateway.php:559
Method: Gateways can override this to return a URL to a transaction permalink on the gateway’s website If this is not defined, it will just return the supplied ID
Source: includes/abstracts/abstract.llms.payment.gateway.php:572
Method: Handle a Pending Order Called by LLMS_Controller_Orders->create_pending_order() on checkout form submission All data will be validated before it’s passed to this function
Source: includes/abstracts/abstract.llms.payment.gateway.php:608
Method: Called by scheduled actions to charge an order for a scheduled recurring transaction This function must be defined by gateways which support recurring transactions
Source: includes/abstracts/abstract.llms.payment.gateway.php:618