final class ZoneEditSubmission (View source)

One submission of the zone editor's record table, as posted.

Methods

__construct(int $zoneId, string $zoneName, int $userId, string $username, array|null $records, bool $formComplete, string|null $serial, bool $changedRowsOnly, string|null $zoneComment)

No description

Details

__construct(int $zoneId, string $zoneName, int $userId, string $username, array|null $records, bool $formComplete, string|null $serial, bool $changedRowsOnly, string|null $zoneComment)

No description

Parameters

int $zoneId
string $zoneName
int $userId
string $username
array|null $records

The posted rows, or null when none were sent

bool $formComplete

Whether the form's trailing marker arrived (absent when max_input_vars truncated the post)

string|null $serial

The SOA serial the form was rendered with

bool $changedRowsOnly

Whether the client filtered the post down to edited rows

string|null $zoneComment

The posted zone comment, or null when the field was not sent