class Illuminate / Routing / RouteGroup

RouteGroup

Methods

public static

merge ( $new , $old , $prependExistingPrefix ) : array

Merge route groups into a new array.

Parameters

  • $new array
  • $old array
  • $prependExistingPrefix bool
protected static

formatNamespace ( $new , $old ) : string|null

Format the namespace for the new group attributes.

Parameters

  • $new array
  • $old array
protected static

formatPrefix ( $new , $old , $prependExistingPrefix ) : string|null

Format the prefix for the new group attributes.

Parameters

  • $new array
  • $old array
  • $prependExistingPrefix bool
protected static

formatWhere ( $new , $old ) : array

Format the "wheres" for the new group attributes.

Parameters

  • $new array
  • $old array
protected static

formatAs ( $new , $old ) : array

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

Parameters

  • $new array
  • $old array