Manuals

 

SetaPDF_FormFiller::getField()

Description

class SetaPDF_FormFiller extends SetaPDF {
mixed getField ( string $name ) }

Returns a reference to the specific form field.

Parameters

$name

The name of the form field

Return value

A reference to the specific form field. If no form field with the give name is found the method will return false.