LLMS_Course::get_syllabus()
Get the Course Section and Lesson information
Description Description
Return Return
(array)
Source Source
File: includes/models/model.llms.course.php
public function get_syllabus() { $syllabus = $this->sections; return $syllabus; }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: