Vendor implements VendorInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- getCode() : string
- getServer() : ServerInterface
- setServer() : $this
Methods
__construct()
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
Tags
getCode()
public
getCode() : string
Return values
stringgetServer()
public
getServer() : ServerInterface
Return values
ServerInterfacesetServer()
public
setServer(Server $server) : $this
Parameters
- $server : Server