LLMS_Question_Choice::exists()
Determine if the choice that’s been requested actually exists
Contents
Return Return
(boolean)
Source Source
File: includes/models/model.llms.question.choice.php
89 90 91 | public function exists() { return ( $this ->id ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |