Course::get_id()

Get Course id


Return

(int)


Source

File: classes/Course.php

	public function get_id() {
		return $this->id;
	}


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.