class Admission extendsRole

Traits

Constants

HTTP_NO_CONTENT

Properties

protectedClient $client from Role
protectedLocationService $locationService from ReadLocationsTrait

Methods

string|null
getAccessToken()

No description

from Role
string|null
getAccessTokenType()

No description

from Role
int|null
getAccessTokenExpires()

No description

from Role
void
setAccessToken(string$accessToken,string$type =null,int$expires =null)

No description

from Role
string|null
getRefreshToken()

No description

from Role
void
setRefreshToken(string$refreshToken)

No description

from Role
void
setAccessTokenSetterHandler(callable|null$accessTokenSetterHandler)

No description

from Role
void
convertBundleTimezone(Bundle$bundle,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertCartTimezone(Cart$cart,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertCartStatusTimezone(CartStatus$cartStatus,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertOrderStatisticsTimezone(StatisticsOrderResult$orderStatistics,DateTimeZone$toTimeZone)

No description

from Role
array
convertShopItemIntervalsTimezone(array$intervals,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertBundleOffersIntervalsTimeZone(BundleIntervals$bundleIntervals,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertExchangeablesTimeZone(ArrayCollection$exchangeables,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertExchangeableTimeZone(ExchangeableInterface$exchangeable,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertConditionsTimeZone(ArrayCollection$conditions,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertEventsTimeZone(Countable$events,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
string
convertDateString(string$date,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertAggregatedExchangeableResponseTimeZone(array$aggregatedExchangeablesArray,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertServiceAccessResponseTimeZone(ServiceAccessResponse$response,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
from Role
void
convertExchangeableDetailsTimezone(ExchangeableDetailsResponse$details,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
void
convertBundleItemsTimezone(array$bundleItems,DateTimeZone$toTimeZone)

No description

from Role
void
convertShopItemsErrorsTimeZone(array$shopItems,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

No description

from Role
Location
getLocation(string$id,LocationQuery|null$query =null)

No description

array
getLocations(LocationsQuery|null$query =null)

No description

array
getZones()

No description

getZone(string$id)

No description

array
getZoneLocations($id)

No description

__construct(ClientInterface$client)

No description

ExchangeableDetailsResponse
getExchangeableDetails(string$data)

No description

ExchangeableDetailsResponse
getExchangeableDetailsWithTimezone(string$data,DateTimeZone$timeZone)

No description

accessService(string$entryCode,ServiceAccessAction$serviceAccessAction)

No description

accessServiceWithTimeZone(string$entryCode,ServiceAccessAction$serviceAccessAction,DateTimeZone$timeZone)

No description

Details

inRoleat line44
string|null getAccessToken()

Return Value

string|null

inRoleat line49
string|null getAccessTokenType()

Return Value

string|null

inRoleat line54
int|null getAccessTokenExpires()

Return Value

int|null

inRoleat line59
void setAccessToken(string$accessToken,string$type =null,int$expires =null)

Parameters

string $accessToken
string $type
int $expires

Return Value

void

inRoleat line64
string|null getRefreshToken()

Return Value

string|null

inRoleat line69
void setRefreshToken(string$refreshToken)

Parameters

string $refreshToken

Return Value

void

inRoleat line74
void setAccessTokenSetterHandler(callable|null$accessTokenSetterHandler)

Parameters

callable|null $accessTokenSetterHandler

Return Value

void

inRoleat line79
protectedvoid convertBundleTimezone(Bundle$bundle,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

Bundle $bundle
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line106
protectedvoid convertCartTimezone(Cart$cart,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

Cart $cart
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line147
protectedvoid convertCartStatusTimezone(CartStatus$cartStatus,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

CartStatus $cartStatus
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line159
protectedvoid convertOrderStatisticsTimezone(StatisticsOrderResult$orderStatistics,DateTimeZone$toTimeZone)

Parameters

StatisticsOrderResult $orderStatistics
DateTimeZone $toTimeZone

Return Value

void

inRoleat line179
protectedarray convertShopItemIntervalsTimezone(array$intervals,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

array $intervals
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

array

inRoleat line196
protectedvoid convertBundleOffersIntervalsTimeZone(BundleIntervals$bundleIntervals,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

BundleIntervals $bundleIntervals
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line214
protectedvoid convertExchangeablesTimeZone(ArrayCollection$exchangeables,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

ArrayCollection $exchangeables
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line224
protectedvoid convertExchangeableTimeZone(ExchangeableInterface$exchangeable,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

ExchangeableInterface $exchangeable
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line251
protectedvoid convertConditionsTimeZone(ArrayCollection$conditions,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

ArrayCollection $conditions
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line272
protectedvoid convertEventsTimeZone(Countable$events,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

Countable $events
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line298
protectedstring convertDateString(string$date,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

string $date
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

string

inRoleat line307
protectedvoid convertAggregatedExchangeableResponseTimeZone(array$aggregatedExchangeablesArray,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

array $aggregatedExchangeablesArray
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line319
protectedvoid convertServiceAccessResponseTimeZone(ServiceAccessResponse$response,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

ServiceAccessResponse $response
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line333
protectedvoid convertRuleBeforeAfterTimezone(RuleHasAfterBeforeInterface$rule,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

RuleHasAfterBeforeInterface $rule
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line354
protectedvoid convertExchangeableDetailsTimezone(ExchangeableDetailsResponse$details,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

ExchangeableDetailsResponse $details
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

inRoleat line406
protectedvoid convertBundleItemsTimezone(array$bundleItems,DateTimeZone$toTimeZone)

Parameters

array $bundleItems
DateTimeZone $toTimeZone

Return Value

void

inRoleat line420
protectedvoid convertShopItemsErrorsTimeZone(array$shopItems,DateTimeZone$fromTimeZone,DateTimeZone$toTimeZone)

Parameters

array $shopItems
DateTimeZone $fromTimeZone
DateTimeZone $toTimeZone

Return Value

void

Location getLocation(string$id,LocationQuery|null$query =null)

Parameters

string $id
LocationQuery|null $query

Return Value

Location

array getLocations(LocationsQuery|null$query =null)

Parameters

LocationsQuery|null $query

Return Value

array

array getZones()

Return Value

array

Zone getZone(string$id)

Parameters

string $id

Return Value

Zone

array getZoneLocations($id)

Parameters

$id

Return Value

array

at line35
__construct(ClientInterface$client)

Parameters

ClientInterface $client

at line44
ExchangeableDetailsResponse getExchangeableDetails(string$data)

Parameters

string $data

Return Value

ExchangeableDetailsResponse

at line51
ExchangeableDetailsResponse getExchangeableDetailsWithTimezone(string$data,DateTimeZone$timeZone)

Parameters

string $data
DateTimeZone $timeZone

Return Value

ExchangeableDetailsResponse

at line60
ServiceAccessResponse accessService(string$entryCode,ServiceAccessAction$serviceAccessAction)

Parameters

string $entryCode
ServiceAccessAction $serviceAccessAction

Return Value

ServiceAccessResponse

at line67
ServiceAccessResponse accessServiceWithTimeZone(string$entryCode,ServiceAccessAction$serviceAccessAction,DateTimeZone$timeZone)

Parameters

string $entryCode
ServiceAccessAction $serviceAccessAction
DateTimeZone $timeZone

Return Value

ServiceAccessResponse