LLMS_Question::get_quiz()
Retrieve an instance of the questions parent LLMS_Quiz
Return Return
(obj)
Source Source
File: includes/models/model.llms.question.php
public function get_quiz() {
return new LLMS_Quiz( $this->get( 'parent_id' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |