FormData

Read onlyYes
FinalYes

FormData - Complete form definition DTO Used for read/write operations with full form structure

Internal

Table of Contents

Properties

$finishers  : array<string|int, mixed>
$identifier  : string
$name  : string
$prototypeName  : string
$renderables  : array<string|int, mixed>
$renderingOptions  : array<string|int, mixed>
$type  : string

Methods

__construct()  : mixed
fromArray()  : self
toArray()  : array<string|int, mixed>

Properties

$finishers

public array<string|int, mixed> $finishers

$prototypeName

public string $prototypeName

$renderables

public array<string|int, mixed> $renderables

$renderingOptions

public array<string|int, mixed> $renderingOptions

Methods

__construct()

public __construct(string $identifier, string $type, string $name, string $prototypeName, array<string|int, mixed> $renderingOptions, array<string|int, mixed> $finishers, array<string|int, mixed> $renderables) : mixed
Parameters
$identifier : string
$type : string
$name : string
$prototypeName : string
$renderingOptions : array<string|int, mixed>
$finishers : array<string|int, mixed>
$renderables : array<string|int, mixed>

fromArray()

public static fromArray(array<string|int, mixed> $data) : self
Parameters
$data : array<string|int, mixed>
Return values
self

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results