Course::is_protected()

Determine if the course is protected


Return

(bool)


Source

File: classes/Course.php

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


Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.