Automation
extends Tool
Table of Contents
Methods
-
disable()
: void
-
disableAllSubgroups()
: void
-
disableSubgroup()
: void
-
enable()
: void
-
enableAllSubgroups()
: void
-
enableSubgroup()
: void
-
getAdditionalMenuItemIds()
: array<string|int, string>
-
getId()
: string
-
getInfoHelperSlider()
: string|null
-
getLeftMenuPath()
: string|null
-
getMenuItemId()
: string|null
-
getName()
: string
-
getOptionCode()
: string
-
getOptionName()
: string
-
getSettingsPath()
: string|null
-
getSettingsTitle()
: string|null
-
getSubgroupCode()
: string
-
getSubgroups()
: array<string|int, mixed>
-
getSubgroupSettingsPath()
: array<string|int, mixed>
-
getSubgroupsIds()
: array<string|int, mixed>
-
getSubgroupsInfoHelperSlider()
: array<string|int, mixed>
-
isAvailable()
: bool
-
isDefault()
: bool
-
isEnabled()
: bool
-
isEnabledSubgroupById()
: bool
-
isEnabledSubgroupByOptionCode()
: bool
-
isEnabledSubgroups()
: bool
disable()
public
disable() : void
disableAllSubgroups()
public
disableAllSubgroups() : void
disableSubgroup()
public
disableSubgroup(string $code) : void
Parameters
-
$code
: string
-
enable()
public
enable() : void
enableAllSubgroups()
public
enableAllSubgroups() : void
enableSubgroup()
public
enableSubgroup(string $code) : void
Parameters
-
$code
: string
-
public
getAdditionalMenuItemIds() : array<string|int, string>
Return values
array<string|int, string>
getId()
public
getId() : string
getInfoHelperSlider()
public
getInfoHelperSlider() : string|null
Return values
string|null
public
getLeftMenuPath() : string|null
Return values
string|null
public
getMenuItemId() : string|null
Return values
string|null
getName()
public
getName() : string
getOptionCode()
public
getOptionCode() : string
getOptionName()
public
getOptionName() : string
getSettingsPath()
public
getSettingsPath() : string|null
Return values
string|null
getSettingsTitle()
public
getSettingsTitle() : string|null
Return values
string|null
getSubgroupCode()
public
getSubgroupCode(string $id) : string
Parameters
-
$id
: string
-
getSubgroups()
public
getSubgroups() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSubgroupSettingsPath()
public
getSubgroupSettingsPath() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSubgroupsIds()
public
getSubgroupsIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSubgroupsInfoHelperSlider()
public
getSubgroupsInfoHelperSlider() : array<string|int, mixed>
Return values
array<string|int, mixed>
isAvailable()
public
isAvailable() : bool
isDefault()
public
isDefault() : bool
isEnabled()
public
isEnabled() : bool
isEnabledSubgroupById()
public
isEnabledSubgroupById(string $id) : bool
Parameters
-
$id
: string
-
isEnabledSubgroupByOptionCode()
public
isEnabledSubgroupByOptionCode(string $code) : bool
Parameters
-
$code
: string
-
isEnabledSubgroups()
public
isEnabledSubgroups() : bool