AirLay backend

Near
in package
implements Serializable

Interfaces, Classes, Traits and Enums

Serializable

Table of Contents

$center  : Point
$distance  : int|float
__construct()  : mixed
bsonSerialize()  : array<string|int, mixed>
toArray()  : array<string|int, mixed>

Properties

$distance read-only

private int|float $distance

Methods

__construct()

public __construct(Point $center, int|float $distance) : mixed
Parameters
$center : Point
$distance : int|float
Return values
mixed

bsonSerialize()

public bsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results