phpDocumentor

EndpointUrlBuilder

Class EndpointUrlBuilder

Table of Contents

$isCloudShop  : bool
$languageId  : int
$urlMap  : array<string|int, string>
build()  : EndpointUrl
create()  : static
setIsCloudShop()  : $this
withLanguageId()  : $this

Properties

$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

setIsCloudShop()

public setIsCloudShop(bool $isCloudShop) : $this
Parameters
$isCloudShop : bool
Return values
$this

withLanguageId()

public withLanguageId(int $languageId) : $this
Parameters
$languageId : int
Return values
$this

Search results