Documentation

CertsEndpoint
in package

Certs Endpoint

Table of Contents

$name  : mixed
__construct()  : CertsEndpoint
creates a new CertsEndpoint instance
process()  : mixed
process a certs request

Properties

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
throws
Exception
Return values
CertsEndpoint

process()

process a certs request

public process() : mixed
Tags
throws
Exception
Return values
mixed

Search results