LLMS_Question_Manager::__construct( obj $parent )
Constructor
Parameters Parameters
- $parent
-
(obj) (Required) instance of the parent LLMS_Quiz or LLMS_Question
Source Source
File: includes/class.llms.question.manager.php
public function __construct( $parent ) {
$this->parent = $parent;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |