Documentation

ParcelShopFinder

Class ParcelShopFinder

Tags
category

System

subpackage

ParcelShopFinder

Table of Contents

BASE_URL  = 'https://cig.dhl.de/services/sandbox/rest/parcelshopfinderrest/'
Service URL
CIGLOGIN  = 'gambio_1:7692819c896fe2ea5fbd861cead0a08c503b69e3d56b77380a42b02aa9'
Service credentials
MAX_DISTANCE  = 15000
maximum distance of entities returned (in meters)
$logger  : ParcelShopFinderLogger
__construct()  : mixed
ParcelShopFinder constructor.
getParcelLocationByAddress()  : array<string|int, mixed>
addOpeningHours()  : mixed
addOutputTitle()  : array<string|int, mixed>
Modifies result list by adding headings for output

Constants

BASE_URL

Service URL

public mixed BASE_URL = 'https://cig.dhl.de/services/sandbox/rest/parcelshopfinderrest/'

CIGLOGIN

Service credentials

public mixed CIGLOGIN = 'gambio_1:7692819c896fe2ea5fbd861cead0a08c503b69e3d56b77380a42b02aa9'

MAX_DISTANCE

maximum distance of entities returned (in meters)

public mixed MAX_DISTANCE = 15000

Properties

Methods

__construct()

ParcelShopFinder constructor.

public __construct() : mixed
Return values
mixed

getParcelLocationByAddress()

public getParcelLocationByAddress( $address) : array<string|int, mixed>
Parameters
$address :
Return values
array<string|int, mixed>

addOpeningHours()

protected addOpeningHours( $psflist) : mixed
Parameters
$psflist :
Return values
mixed

addOutputTitle()

Modifies result list by adding headings for output

protected addOutputTitle( $psflist) : array<string|int, mixed>
Parameters
$psflist :

array

Return values
array<string|int, mixed>

Search results