ModuleName
: string
in package
Stores available modules and their names
Table of Contents
Cases
- announcement = "announcement"
- calendar = "calendar"
- countdown = "countdown"
- quote = "quote"
- tram = "tram"
- weather = "weather"
- word = "word"
Methods
- fromString() : ModuleName
- Maps a given string to a module name
Cases
announcement
calendar
countdown
tram
weather
quote
word
Methods
fromString()
Maps a given string to a module name
public
static fromString(string $value) : ModuleName
Parameters
- $value : string