ForumRoutes
class ForumRoutes (View source)
Traits
Methods
Details
in
Set at line 12
static void
add(...$values)
Add a value to the set.
in
Set at line 24
static void
remove(...$values)
Remove a value from the set.
in
Set at line 32
static bool
contains(...$values)
Determines if the set contains a value.
in
Set at line 40
static array
values()
Get the values as an array.