PageFormInterface
in
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
$thisforms()
Alias of $this->getForms();
public
forms() : array<string|int, mixed>