Table of Contents
-
$color
: string
-
$fillColor
: string
-
$fillOpacity
: float
-
$numberOfSides
: int
-
$radius
: int
-
$rotation
: int
-
$type
: string
-
$weight
: int
-
__construct()
: mixed
$color
public
string
$color
= "000000"
$fillColor
public
string
$fillColor
= "FF5733"
$fillOpacity
public
float
$fillOpacity
= 0.5
$numberOfSides
public
int
$numberOfSides
= 4
$radius
public
int
$radius
= 8
$rotation
public
int
$rotation
= 0
$type
public
string
$type
= "polygon"
$weight
public
int
$weight
= 2
__construct()
public
__construct(array<string|int, mixed> $options) : mixed
Parameters
-
$options
: array<string|int, mixed>
-
Return values
mixed
—