PHP Class Tolerance\Tracer\Span\Endpoint

Show file Open project: sroze/tolerance Class Usage Examples

Public Methods

Method Description
__construct ( string $ipv4, string $ipv6, integer $port, string $serviceName )
getIpv4 ( ) : string
getIpv6 ( ) : string
getPort ( ) : integer
getServiceName ( ) : string

Method Details

__construct() public method

public __construct ( string $ipv4, string $ipv6, integer $port, string $serviceName )
$ipv4 string
$ipv6 string
$port integer
$serviceName string

getIpv4() public method

public getIpv4 ( ) : string
return string

getIpv6() public method

public getIpv6 ( ) : string
return string

getPort() public method

public getPort ( ) : integer
return integer

getServiceName() public method

public getServiceName ( ) : string
return string