Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 302 Bytes

File metadata and controls

25 lines (17 loc) · 302 Bytes

CourseActive

Whether the course is active and available for users.

Supported Types

bool

/**
* @var bool
*/
bool $value = /* values here */

Components\CourseActive2

/**
* @var Components\CourseActive2
*/
Components\CourseActive2 $value = /* values here */