Annotation
abstract class Annotation
Properties
| int | $shape_id | Shape ID required for point validation. |
Methods
array
getInsertData(int $id)
Get the array of metadata that can be used for Model::insert();
void
validate()
Validate the labels.
setPointsAttribute(array $points)
Round the floats of the points array to 2 decimals.
Details
at line 21
__construct(Shape $shape, array $points, array $labels)
No description
at line 42
array
getInsertData(int $id)
Get the array of metadata that can be used for Model::insert();
at line 55
void
validate()
Validate the labels.
at line 65
protected
setPointsAttribute(array $points)
Round the floats of the points array to 2 decimals.