PHP Class Tolerance\Tracer\Span\BinaryAnnotation

Show file Open project: sroze/tolerance Class Usage Examples

Public Methods

Method Description
__construct ( string $key, string $value, integer $type, Endpoint $host = null )
getHost ( ) : null | Endpoint
getKey ( ) : string
getType ( ) : integer
getValue ( ) : string

Method Details

__construct() public method

public __construct ( string $key, string $value, integer $type, Endpoint $host = null )
$key string
$value string
$type integer
$host Endpoint

getHost() public method

public getHost ( ) : null | Endpoint
return null | Endpoint

getKey() public method

public getKey ( ) : string
return string

getType() public method

public getType ( ) : integer
return integer

getValue() public method

public getValue ( ) : string
return string