LLMS_Quiz::is_orphan( bool $deep = false )
Determine if the quiz is an orphan.
Description Description
Parameters Parameters
- $deep
-
(Optional) Whether or not deeply check this quiz is orphan. Default
false. When set to true will ensure not only that this quiz as alesson_idproperty set But also that the lesson with idlesson_idhas aquizproperty as equal as this quiz id.Default value: false
Return Return
(bool)
Source Source
File: includes/models/model.llms.quiz.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.2.0 | Added the $deep parameter. |
| 3.16.12 | Introduced. |