IQRF IDE Macros parser

Group
in package

IQRF IDE Macro's group

Table of Contents

Properties

$enabled  : bool
$id  : int
$macros  : array<string|int, Macro>
$name  : string

Methods

toArray()  : array{id: int, name: string, enabled: bool, macros: array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}[]}
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{id: int, name: string, enabled: bool, macros: array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}[]}
Return values
array{id: int, name: string, enabled: bool, macros: array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}[]}

Group in an array


        
On this page

Search results