LLMS_Student::quizzes()
Retrieve an instance of the student quiz data model
Contents
Return Return
Source Source
File: includes/models/model.llms.student.php
*/
public function quizzes() {
return new LLMS_Student_Quizzes( $this->get_id() );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |