Modal
Table of Contents
Properties
-
$callbackId
: string
-
$callbackUrl
: string|null
-
$children
: array<string|int, mixed>
-
$closeLabel
: string|null
-
$notifyOnClose
: bool|null
-
$privateMetadata
: string|null
-
$submitLabel
: string|null
-
$title
: string
Methods
-
__construct()
: mixed
$callbackId
read-only
public
string
$callbackId
$callbackUrl
read-only
public
string|null
$callbackUrl
= null
$children
read-only
public
array<string|int, mixed>
$children
= []
$closeLabel
read-only
public
string|null
$closeLabel
= null
$notifyOnClose
read-only
public
bool|null
$notifyOnClose
= null
public
string|null
$privateMetadata
= null
$submitLabel
read-only
public
string|null
$submitLabel
= null
$title
read-only
public
string
$title
__construct()
public
__construct(string $callbackId, string $title[, array<string|int, TextInput|Select|ExternalSelect|RadioSelect> $children = [] ][, string|null $submitLabel = null ][, string|null $closeLabel = null ][, string|null $privateMetadata = null ][, string|null $callbackUrl = null ][, bool|null $notifyOnClose = null ]) : mixed
Parameters
-
$callbackId
: string
-
-
$title
: string
-
-
$children
: array<string|int, TextInput|Select|ExternalSelect|RadioSelect>
= []
-
-
$submitLabel
: string|null
= null
-
-
$closeLabel
: string|null
= null
-
-
$privateMetadata
: string|null
= null
-
-
$callbackUrl
: string|null
= null
-
-
$notifyOnClose
: bool|null
= null
-