LLMS_Question_Choice::get_data()

Retrieve all of the choice data as an array


Return Return

(array)


Top ↑

Source Source

File: includes/models/model.llms.question.choice.php

151
152
153
public function get_data() {
    return $this->data;
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.