LLMS_Question_Choice::get_question_id()
Retrieve the question ID for the given choice
Contents
Return Return
(int)
Source Source
File: includes/models/model.llms.question.choice.php
public function get_question_id() {
return $this->question_id;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |