KMP PHP API Reference

ActionItemCompletionForm
in package

Structured metadata for a plugin-provided action item completion form.

Table of Contents

Properties

$description  : string
$fields  : array<string|int, mixed>
$payload  : array<string|int, mixed>
$provider  : string
$title  : string

Methods

__construct()  : mixed
toArray()  : array<string, mixed>

Properties

Methods

__construct()

public __construct(string $provider, string $title, string $description, array<int, array<string, mixed>> $fields[, array<string, mixed> $payload = [] ]) : mixed
Parameters
$provider : string

Provider key.

$title : string

Form title.

$description : string

Form description.

$fields : array<int, array<string, mixed>>

Field metadata.

$payload : array<string, mixed> = []

Additional payload for JavaScript/controllers.

On this page

Search results