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