Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / Course / Course::is_free()

Course::is_free()

Determine if the course is Free


Return

(bool)


Source

File: classes/Course.php

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

Expand full source code Collapse full source code


Related

Used By

Used By
Used By Description
classes/UserData.php: UserData::enrol_course()

Enrol to the course

classes/CourseGate.php: CourseGate::enter_course()

Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.
© 2023, Dozent LMS