class RouteGroup

Methods

static array
merge(array $new, array $old)

Merge route groups into a new array.

static string|null
formatNamespace(array $new, array $old)

Format the namespace for the new group attributes.

static string|null
formatPrefix(array $new, array $old)

Format the prefix for the new group attributes.

static array
formatWhere(array $new, array $old)

Format the "wheres" for the new group attributes.

static array
formatAs(array $new, array $old)

Format the "as" clause of the new group attributes.

Details

at line 16
static array merge(array $new, array $old)

Merge route groups into a new array.

Parameters

array $new
array $old

Return Value

array

at line 40
static protected string|null formatNamespace(array $new, array $old)

Format the namespace for the new group attributes.

Parameters

array $new
array $old

Return Value

string|null

at line 58
static protected string|null formatPrefix(array $new, array $old)

Format the prefix for the new group attributes.

Parameters

array $new
array $old

Return Value

string|null

at line 72
static protected array formatWhere(array $new, array $old)

Format the "wheres" for the new group attributes.

Parameters

array $new
array $old

Return Value

array

at line 87
static protected array formatAs(array $new, array $old)

Format the "as" clause of the new group attributes.

Parameters

array $new
array $old

Return Value

array