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