\r\n

51Degrees Geo-Location PHP  4.4

51Degrees Geo-Location for PHP

fiftyone\pipeline\geolocation\GeoLocationPipelineBuilder Class Reference

Detailed Description

Extension of pipelineBuilder class that allows for the quick generation of a geolocation pipeline.

Examples
cloud/combiningservices.php, cloud/gettingStarted.php, and cloud/webIntegration.php.

Inheritance diagram for fiftyone\pipeline\geolocation\GeoLocationPipelineBuilder:

[legend]

Collaboration diagram for fiftyone\pipeline\geolocation\GeoLocationPipelineBuilder:

[legend]

Public Member Functions

 __construct (array $settings)
settings.cloudEndPoint custom endpoint for the cloud service settings.restrictedProperties (list of properties to restrict the results to) settings.cloudRequestOrigin value to use for the Origin header when sending requests to cloud. More...

Data Fields

array  $restrictedProperties
 $cache
string  $resourceKey
string  $licenseKey

Constructor & Destructor Documentation

◆ __construct()

fiftyone\pipeline\geolocation\GeoLocationPipelineBuilder::__construct ( array   $settings )

settings.cloudEndPoint custom endpoint for the cloud service settings.restrictedProperties (list of properties to restrict the results to) settings.cloudRequestOrigin value to use for the Origin header when sending requests to cloud.

Parameters
array{ - resourceKey: string, cloudEndPoint?: string, restrictedProperties?: array<string>, cloudRequestOrigin?: string } $settings
On This Page