LLMS_Question_Choice::get_data()
Retrieve all of the choice data as an array
Contents
Return Return
(array)
Source Source
File: includes/models/model.llms.question.choice.php
public function get_data() {
return $this->data;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |