LLMS_Order_Generator::get_student()

Retrieves the student for the order.


Return Return

(LLMS_Student|null)


Top ↑

Source Source

File: includes/class-llms-order-generator.php

	public function get_student() {
		return $this->student;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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