MIDDAG for Moodle

extension_group : string

Enumeration for extension groups.

Centralizes definition of available groups, their sorting order, and their display labels.

Table of Contents

Cases

CORE  = 'core'
CUSTOM  = 'custom'
ENGAGEMENT  = 'engagement'
INTEGRATIONS  = 'integrations'
LEARNING  = 'learning'
MANAGEMENT  = 'management'
REPORTS  = 'reports'

Methods

label()  : string
Returns the human-readable label for the UI.
order()  : int
Defines the sorting priority (Lower = Top).
resolve()  : self
Helper to get a group from string safely (defaults to INTEGRATIONS).

Cases

Methods

label()

Returns the human-readable label for the UI.

public label() : string
Return values
string

order()

Defines the sorting priority (Lower = Top).

public order() : int
Return values
int

resolve()

Helper to get a group from string safely (defaults to INTEGRATIONS).

public static resolve(string $value) : self
Parameters
$value : string
Return values
self

        
On this page

Search results