LLMS_Course::get_syllabus()

Get the Course Section and Lesson information


Description Description


Return Return

(array)


Top ↑

Source Source

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

	public function get_syllabus() {

		$syllabus = $this->sections;

		return $syllabus;

	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: