LLMS_Question::questions()
Access question manager (used for question groups)
Return Return
(obj)
Source Source
File: includes/models/model.llms.question.php
public function questions() { return new LLMS_Question_Manager( $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |