IQRF IDE Macros parser

Macro extends stdClass
in package

IQRF IDE Macro

Table of Contents

Properties

$confirmation  : bool
$enabled  : bool
$name  : string
$note  : string|null
$request  : string

Methods

toArray()  : array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}
Returns the macro in an array

Properties

$confirmation

public bool $confirmation

Macro's confirmation request

$enabled

public bool $enabled

Is macro enabled?

$name

public string $name

Macro name

$note

public string|null $note = null

Macro's note

$request

public string $request

Macro's request packet

Methods

toArray()

Returns the macro in an array

public toArray() : array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}
Return values
array{name: string, request: string, note: string|null, enabled: bool, confirmation: bool}

Macro in an array


        
On this page

Search results