FieldLocation
in package
Location of a field.
Table of Contents
Properties
- $page : int|null
- Page ID.
- $polygon : Polygon|null
- Free polygon made up of points (can be null when not provided).
Methods
- __construct() : mixed
- __toString() : string
Properties
$page
Page ID.
public
int|null
$page
$polygon
Free polygon made up of points (can be null when not provided).
public
Polygon|null
$polygon
Methods
__construct()
public
__construct(array<string|int, mixed> $serverResponse) : mixed
Parameters
- $serverResponse : array<string|int, mixed>
-
Raw server response.
__toString()
public
__toString() : string
Return values
string —String representation.