LLMS_Question_Choice::get_question()

Retrieve an instance of an LLMS_Question for questions parent


Return Return

(obj)


Top ↑

Source Source

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

162
163
164
public function get_question() {
    return $this->question;
}


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.