EndpointUrlBuilder
in package
Class EndpointUrlBuilder
Table of Contents
- $isCloudShop : bool
- $languageId : int
- $urlMap : array<string|int, string>
- build() : EndpointUrl
- create() : static
- setIsCloudShop() : $this
- withLanguageId() : $this
Properties
$isCloudShop
protected
bool
$isCloudShop
$languageId
protected
int
$languageId
$urlMap
protected
array<string|int, string>
$urlMap
= ['cloud_de' => 'https://dashboard.gambio.de/cloud-admin-news', 'cloud_en' => 'https://dashboard.gambio.com/cloud-admin-news', 'hosted_de' => 'https://dashboard.gambio.de/admin-news', 'hosted_en' => 'https://dashboard.gambio.com/admin-news']
Methods
build()
public
build() : EndpointUrl
Tags
Return values
EndpointUrl —create()
public
static create() : static
Return values
static —setIsCloudShop()
public
setIsCloudShop(bool $isCloudShop) : $this
Parameters
- $isCloudShop : bool
Return values
$this —withLanguageId()
public
withLanguageId(int $languageId) : $this
Parameters
- $languageId : int