BusinessMembership
in package
Business/Identity relationship
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$business
public
Business|null
$business
= null
The business details.
$id
public
int|null
$id
Membership Id.
$role
public
string|null
$role
Identity's role in this business.
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []