PDFGate's PHP SDK

EnvelopeFieldResponse
in package

Field payload returned for an envelope recipient.

Table of Contents

Properties

$checked  : bool|null
$name  : string
$type  : string
$value  : mixed|null

Methods

__construct()  : mixed
fromArray()  : self
getName()  : string
getType()  : string
Returns one of the DocumentFieldType constants.
getValue()  : mixed|null
isChecked()  : bool|null

Properties

Methods

__construct()

public __construct(string $name, string $type[, mixed|null $value = null ][, bool|null $checked = null ]) : mixed
Parameters
$name : string
$type : string

One of the DocumentFieldType constants.

$value : mixed|null = null
$checked : bool|null = null

fromArray()

public static fromArray(array<string, mixed> $payload) : self
Parameters
$payload : array<string, mixed>
Return values
self

getType()

Returns one of the DocumentFieldType constants.

public getType() : string
Return values
string

        
On this page

Search results