GroupsTypeEnum

Class GroupsTypeEnum provides group type drop down values

package

App\Enum

Methods

Returns an array of available group type types

getAvailableTypes() : \App\Enum\array<string>
static

Response

\App\Enum\array

Returns the associated label for an group type constant

getTypeName(string $typeShortName) : string
static

Arguments

$typeShortName

string

Response

string

Constants

GROUP_TARGET

GROUP_TARGET

GROUP_SOURCE

GROUP_SOURCE

GROUP_HEADER

GROUP_HEADER

Properties

Static array of group type constants and associated labels

typeName : array
static
var

Type(s)

array