Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
core_course\reportbuilder\local\formatters\enrolment Class Reference

Static Public Member Functions

static enrolment_name (?string $value, stdClass $row)
 Return enrolment plugin instance name.
 
static enrolment_status (?string $value)
 Return enrolment status for user.
 
static enrolment_values ()
 Returns list of enrolment statuses.
 

Member Function Documentation

◆ enrolment_name()

static core_course\reportbuilder\local\formatters\enrolment::enrolment_name ( ?string $value,
stdClass $row )
static

Return enrolment plugin instance name.

Parameters
string | null$value
stdClass$row
Return values
string

◆ enrolment_status()

static core_course\reportbuilder\local\formatters\enrolment::enrolment_status ( ?string $value)
static

Return enrolment status for user.

Parameters
string | null$value
Return values
string|null

◆ enrolment_values()

static core_course\reportbuilder\local\formatters\enrolment::enrolment_values ( )
static

Returns list of enrolment statuses.

Return values
lang_string[]

The documentation for this class was generated from the following file: