class ForumRoutes (View source)

Traits

Set

Methods

static void
add(...$values)

Add a value to the set.

from  Set
static void
remove(...$values)

Remove a value from the set.

from  Set
static bool
contains(...$values)

Determines if the set contains a value.

from  Set
static array
values()

Get the values as an array.

from  Set

Details

static void add(...$values)

Add a value to the set.

Parameters

...$values

Return Value

void

static void remove(...$values)

Remove a value from the set.

Parameters

...$values

Return Value

void

static bool contains(...$values)

Determines if the set contains a value.

Parameters

...$values

Return Value

bool

static array values()

Get the values as an array.

Return Value

array