IQRF IDE Macros parser

Group
in package

IQRF IDE Macro's group

Table of Contents

$enabled  : bool
$id  : int
$macros  : array<string|int, Macro>
$name  : string
toArray()  : array<string, array<string, bool|string|null>>
Returns the group in an array

Properties

$enabled

public bool $enabled

Is group enabled?

$macros

public array<string|int, Macro> $macros

Array of macros

$name

public string $name

Group name

Methods

toArray()

Returns the group in an array

public toArray() : array<string, array<string, bool|string|null>>
Return values
array<string, array<string, bool|string|null>>

Group in an array

Search results