LLMS_Order::init( obj $person, obj $plan, obj $gateway, mixed $coupon = false )

Initialize a pending order Used during checkout Assumes all data passed in has already been validated


Description Description


Parameters Parameters

$person

(Required) LLMS_Student

$plan

(Required) LLMS_Access_Plan

$gateway

(Required) LLMS_Gateway

$coupon

(Optional) LLMS_Coupon or false

Default value: false


Top ↑

Return Return

(obj) $this


Top ↑

Source Source

File: includes/models/model.llms.order.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.