Represents the location of a HTTP endpoint. This object (its json representation) will be used as "location" in a service record.
package |
Default |
---|
__construct( $httpLocation = null)
mixed | null
getEndpoint() : string
string
getHost() : string
string
getPort() : integer
integer
getRoot() : string
string
isSsl() : boolean
boolean
setEndpoint( $endpoint) : $this
string
$this
setHost( $host) : $this
string
$this
setPort( $port) : $this
integer
$this
setRoot( $root) : $this
string
$this
setSsl( $ssl) : $this
boolean
$this