RestRegistry

Table of Contents

VENDOR  = 'mpa'
This is domain for the REST API and takes first-order position in endpoint URLs.
VERSION  = '1.0.0'
This is the major version for the REST API and takes first-order position in endpoint URLs.
$server  : mixed
__construct()  : mixed
getServer()  : mixed

Constants

VENDOR

This is domain for the REST API and takes first-order position in endpoint URLs.

public string VENDOR = 'mpa'

VERSION

This is the major version for the REST API and takes first-order position in endpoint URLs.

public string VERSION = '1.0.0'

Properties

$server

protected mixed $server

Methods

__construct()

public __construct() : mixed
Return values
mixed

getServer()

public getServer() : mixed
Return values
mixed

Search results