CertsEndpoint
in package
Certs Endpoint
Table of Contents
- $name : mixed
- __construct() : CertsEndpoint
- creates a new CertsEndpoint instance
- process() : mixed
- process a certs request
Properties
$name
public
mixed
$name
= "Certs Endpoint"
Methods
__construct()
creates a new CertsEndpoint instance
public
__construct(array<string|int, mixed> $config, Database $database) : CertsEndpoint
Parameters
- $config : array<string|int, mixed>
-
base configuration
- $database : Database
-
database instance
Tags
Return values
CertsEndpoint —process()
process a certs request
public
process() : mixed