TabSorter
Table of Contents
Methods
-
getCustomSectionTabsOrder()
: array<string|int, mixed>|null
-
getCustomSectionTabSortIndex()
: mixed
-
sort()
: void
getCustomSectionTabsOrder()
public
static getCustomSectionTabsOrder(CustomSection|null $customSection) : array<string|int, mixed>|null
Parameters
-
$customSection
: CustomSection|null
-
Return values
array<string|int, mixed>|null
getCustomSectionTabSortIndex()
public
static getCustomSectionTabSortIndex(mixed $entityTypeId, mixed $wTabsOrder, mixed $customSection) : mixed
Parameters
-
$entityTypeId
: mixed
-
-
$wTabsOrder
: mixed
-
-
$customSection
: mixed
-
sort()
public
static sort(array<string|int, mixed> &$mCRMTabs, int|null $customSectionId) : void
Parameters
-
$mCRMTabs
: array<string|int, mixed>
-
-
$customSectionId
: int|null
-