LLMS_Quiz::get_course()
Retrieve the LLMS_Course for the quiz
Description Description
Return Return
(obj)
Source Source
File: includes/models/model.llms.quiz.php
public function get_course() { $lesson = $this->get_lesson(); if ( $lesson ) { return $lesson->get_course(); } return false; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: