Course::is_protected()
Determine if the course is protected
Return
(bool)
Source
File: classes/Course.php
public function is_protected() { return $this->is_protected; }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |
Determine if the course is protected
(bool)
File: classes/Course.php
public function is_protected() { return $this->is_protected; }
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |