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