Documentation

PageFormInterface

Interface PageFormInterface

Table of Contents

Methods

addForms()  : $this
Add forms to this page.
forms()  : array<string|int, mixed>
Alias of $this->getForms();

Methods

addForms()

Add forms to this page.

public addForms(array<string|int, mixed> $new) : $this
Parameters
$new : array<string|int, mixed>
Return values
$this

forms()

Alias of $this->getForms();

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

        
On this page

Search results