GroupCodeGenerator
Table of Contents
Methods
-
getAutomatedSolutionListCode()
: string
-
getCrmFormGroupCode()
: string
-
getGroupCodeByAutomatedSolutionId()
: string|null
-
getGroupCodeByEntityTypeId()
: string|null
-
getWidgetGroupCode()
: string
-
isAutomatedSolutionGroupCode()
: bool
getAutomatedSolutionListCode()
public
static getAutomatedSolutionListCode() : string
public
static getCrmFormGroupCode() : string
getGroupCodeByAutomatedSolutionId()
public
static getGroupCodeByAutomatedSolutionId(string $automatedSolutionId) : string|null
Parameters
-
$automatedSolutionId
: string
-
Return values
string|null
getGroupCodeByEntityTypeId()
public
static getGroupCodeByEntityTypeId(int $entityTypeId) : string|null
Parameters
-
$entityTypeId
: int
-
Return values
string|null
public
static getWidgetGroupCode() : string
isAutomatedSolutionGroupCode()
public
static isAutomatedSolutionGroupCode(string $groupCode) : bool
Parameters
-
$groupCode
: string
-