Course::get_id()
Get Course id
Return
(int)
Source
File: classes/Course.php
public function get_id() { return $this->id; }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |
Get Course id
(int)
File: classes/Course.php
public function get_id() { return $this->id; }
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |