FormDataGroupInterface

Interface must be implemented by form data group classes.

This interface is type hinted in FormDataCompiler and is a wrapper to group single data provider.

Table of Contents

Methods

compile()  : array<string|int, mixed>
Compile form data

Methods

compile()

Compile form data

public compile(array<string|int, mixed> $result) : array<string|int, mixed>
Parameters
$result : array<string|int, mixed>

Initialized result array

Return values
array<string|int, mixed>

Result filled with data


        
On this page

Search results