LLMS_Question_Choice::get_question_id()

Retrieve the question ID for the given choice


Return Return

(int)


Top ↑

Source Source

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

	public function get_question_id() {
		return $this->question_id;
	}

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.