Documentation

PageEditor
in package

FinalYes

Table of Contents

Properties

$fontServerApiKey  : string
$fontServerUrl  : string
$loadContentEndpoint  : string
$loadMediaEndpoint  : string
$storeContentEndpoint  : string
$storeMediaEndpoint  : string

Methods

__construct()  : mixed
getFontServerApiKey()  : string
getFontServerUrl()  : string
getLoadContentEndpoint()  : string
getLoadMediaEndpoint()  : string
getStoreContentEndpoint()  : string
getStoreMediaEndpoint()  : string
setFontServerApiKey()  : static
setFontServerUrl()  : static
setLoadContentEndpoint()  : static
setLoadMediaEndpoint()  : static
setStoreContentEndpoint()  : static
setStoreMediaEndpoint()  : static

Properties

$fontServerApiKey

private string $fontServerApiKey

$loadContentEndpoint

private string $loadContentEndpoint

$loadMediaEndpoint

private string $loadMediaEndpoint

$storeContentEndpoint

private string $storeContentEndpoint

$storeMediaEndpoint

private string $storeMediaEndpoint

Methods

__construct()

public __construct(string $loadContentEndpoint, string $storeContentEndpoint, string $loadMediaEndpoint, string $storeMediaEndpoint, string $fontServerApiKey, string $fontServerUrl) : mixed
Parameters
$loadContentEndpoint : string
$storeContentEndpoint : string
$loadMediaEndpoint : string
$storeMediaEndpoint : string
$fontServerApiKey : string
$fontServerUrl : string

getFontServerApiKey()

public getFontServerApiKey() : string
Return values
string

getFontServerUrl()

public getFontServerUrl() : string
Return values
string

getLoadContentEndpoint()

public getLoadContentEndpoint() : string
Return values
string

getLoadMediaEndpoint()

public getLoadMediaEndpoint() : string
Return values
string

getStoreContentEndpoint()

public getStoreContentEndpoint() : string
Return values
string

getStoreMediaEndpoint()

public getStoreMediaEndpoint() : string
Return values
string

setFontServerApiKey()

public setFontServerApiKey(string $key) : static
Parameters
$key : string
Return values
static

setFontServerUrl()

public setFontServerUrl(string $url) : static
Parameters
$url : string
Return values
static

setLoadContentEndpoint()

public setLoadContentEndpoint(string $endpoint) : static
Parameters
$endpoint : string
Return values
static

setLoadMediaEndpoint()

public setLoadMediaEndpoint(string $endpoint) : static
Parameters
$endpoint : string
Return values
static

setStoreContentEndpoint()

public setStoreContentEndpoint(string $endpoint) : static
Parameters
$endpoint : string
Return values
static

setStoreMediaEndpoint()

public setStoreMediaEndpoint(string $endpoint) : static
Parameters
$endpoint : string
Return values
static
On this page

Search results