Course::get_price_type()
Get course price type
Return
(null|string)
Source
File: classes/Course.php
public function get_price_type() { return $this->price_type; }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |
Get course price type
(null|string)
File: classes/Course.php
public function get_price_type() { return $this->price_type; }
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |