SDK for PHP 3.x

RulesetEndpoint
in package

Represents a fully resolved endpoint that a rule returns if input parameters meet its requirements.

Table of Contents

Methods

__construct()  : mixed
getHeaders()  : mixed
getProperties()  : mixed
getProperty()  : mixed
getUrl()  : mixed

Methods

__construct()

public __construct(mixed $url[, mixed $properties = null ][, mixed $headers = null ]) : mixed
Parameters
$url : mixed
$properties : mixed = null
$headers : mixed = null

getHeaders()

public getHeaders() : mixed

getProperties()

public getProperties() : mixed

getProperty()

public getProperty( $property) : mixed
Parameters
$property :

getUrl()

public getUrl() : mixed
On this page