PHP Class Tolerance\Tracer\Span\Annotation

Mostrar archivo Open project: sroze/tolerance Class Usage Examples

Public Methods

Method Description
__construct ( string $value, integer $timestamp, Endpoint $host = null )
getHost ( ) : null | Endpoint
getTimestamp ( ) : integer
getValue ( ) : string

Method Details

__construct() public method

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

getHost() public method

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

getTimestamp() public method

public getTimestamp ( ) : integer
return integer

getValue() public method

public getValue ( ) : string
return string