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