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
$fontServerUrl
private
string
$fontServerUrl
$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
stringgetFontServerUrl()
public
getFontServerUrl() : string
Return values
stringgetLoadContentEndpoint()
public
getLoadContentEndpoint() : string
Return values
stringgetLoadMediaEndpoint()
public
getLoadMediaEndpoint() : string
Return values
stringgetStoreContentEndpoint()
public
getStoreContentEndpoint() : string
Return values
stringgetStoreMediaEndpoint()
public
getStoreMediaEndpoint() : string
Return values
stringsetFontServerApiKey()
public
setFontServerApiKey(string $key) : static
Parameters
- $key : string
Return values
staticsetFontServerUrl()
public
setFontServerUrl(string $url) : static
Parameters
- $url : string
Return values
staticsetLoadContentEndpoint()
public
setLoadContentEndpoint(string $endpoint) : static
Parameters
- $endpoint : string
Return values
staticsetLoadMediaEndpoint()
public
setLoadMediaEndpoint(string $endpoint) : static
Parameters
- $endpoint : string
Return values
staticsetStoreContentEndpoint()
public
setStoreContentEndpoint(string $endpoint) : static
Parameters
- $endpoint : string
Return values
staticsetStoreMediaEndpoint()
public
setStoreMediaEndpoint(string $endpoint) : static
Parameters
- $endpoint : string