Documentation

ForwardRule extends Model
in package

Holds forward rule information.

Table of Contents

Properties

$backendPort  : int
$backendProtocol  : string
$frontendPort  : int
$frontendProtocol  : string
$id  : string

Methods

getBackendPort()  : int
getBackendProtocol()  : string
getFrontendPort()  : int
getFrontendProtocol()  : string
getId()  : string
getModelExceptionClass()  : string
getResponseName()  : string
setBackendPort()  : void
setBackendProtocol()  : void
setFrontendPort()  : void
setFrontendProtocol()  : void
setId()  : void

Properties

$frontendProtocol

protected string $frontendProtocol

Methods

getBackendPort()

public getBackendPort() : int
Return values
int

getBackendProtocol()

public getBackendProtocol() : string
Return values
string

getFrontendPort()

public getFrontendPort() : int
Return values
int

getFrontendProtocol()

public getFrontendProtocol() : string
Return values
string

getId()

public getId() : string
Return values
string

getModelExceptionClass()

public getModelExceptionClass() : string
Return values
string

getResponseName()

public getResponseName() : string
Return values
string

setBackendPort()

public setBackendPort(int $backend_port) : void
Parameters
$backend_port : int

setBackendProtocol()

public setBackendProtocol(string $backend_protocol) : void
Parameters
$backend_protocol : string

setFrontendPort()

public setFrontendPort(int $frontend_port) : void
Parameters
$frontend_port : int

setFrontendProtocol()

public setFrontendProtocol(string $frontend_protocol) : void
Parameters
$frontend_protocol : string

setId()

public setId(string $id) : void
Parameters
$id : string

        
On this page

Search results