BaseSizeBuilder
in package
A builder class for base size of imagemap.
Table of Contents
- $height : int
- $width : int
- __construct() : mixed
- BaseSizeBuilder constructor.
- build() : array<string|int, mixed>
- Builds base size of imagemap.
Properties
$height
private
int
$height
$width
private
int
$width
Methods
__construct()
BaseSizeBuilder constructor.
public
__construct(int $height, int $width) : mixed
Parameters
- $height : int
- $width : int
Return values
mixed —build()
Builds base size of imagemap.
public
build() : array<string|int, mixed>