Course::is_closed()

Determine if the course is Closed


Return

(bool)


Source

File: classes/Course.php

178
179
180
public function is_closed() {
    return $this->is_closed;
}


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.