Documentation

PageEditor
in package

FinalYes

Table of Contents

Properties

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

Methods

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

Properties

$fontServerApiKey

private string|null $fontServerApiKey = null

$fontServerUrl

private string|null $fontServerUrl = null

$loadContentEndpoint

private string|null $loadContentEndpoint = null

$loadMediaEndpoint

private string|null $loadMediaEndpoint = null

$storeContentEndpoint

private string|null $storeContentEndpoint = null

$storeMediaEndpoint

private string|null $storeMediaEndpoint = null

Methods

__construct()

public __construct([string|null $loadContentEndpoint = null ][, string|null $storeContentEndpoint = null ][, string|null $loadMediaEndpoint = null ][, string|null $storeMediaEndpoint = null ][, string|null $fontServerApiKey = null ][, string|null $fontServerUrl = null ]) : mixed
Parameters
$loadContentEndpoint : string|null = null
$storeContentEndpoint : string|null = null
$loadMediaEndpoint : string|null = null
$storeMediaEndpoint : string|null = null
$fontServerApiKey : string|null = null
$fontServerUrl : string|null = null

getFontServerApiKey()

public getFontServerApiKey() : string|null
Return values
string|null

getFontServerUrl()

public getFontServerUrl() : string|null
Return values
string|null

getLoadContentEndpoint()

public getLoadContentEndpoint() : string|null
Return values
string|null

getLoadMediaEndpoint()

public getLoadMediaEndpoint() : string|null
Return values
string|null

getStoreContentEndpoint()

public getStoreContentEndpoint() : string|null
Return values
string|null

getStoreMediaEndpoint()

public getStoreMediaEndpoint() : string|null
Return values
string|null

setFontServerApiKey()

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

setFontServerUrl()

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

setLoadContentEndpoint()

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

setLoadMediaEndpoint()

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

setStoreContentEndpoint()

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

setStoreMediaEndpoint()

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

Search results