BusinessPhone
in package
The phone number of the business.
Tags
Table of Contents
Properties
- $id : int|null
- $phoneNumber : string|null
Methods
- __construct() : mixed
Properties
$id
public
int|null
$id
Unique id of the phone number.
$phoneNumber
public
string|null
$phoneNumber
The phone number
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []