FieldInterface
in
Pdf page form field interface
Tags
Table of Contents
Methods
- getName() : string|null
- Get the field name
- setName() : FieldInterface
- Set the field name
Methods
getName()
Get the field name
public
getName() : string|null
Return values
string|nullsetName()
Set the field name
public
setName(string $name) : FieldInterface
Parameters
- $name : string