PHP Class Tolerance\Tracer\Span\BinaryAnnotation

Afficher le fichier Open project: sroze/tolerance Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

getHost() public méthode

public getHost ( ) : null | Endpoint
Résultat null | Endpoint

getKey() public méthode

public getKey ( ) : string
Résultat string

getType() public méthode

public getType ( ) : integer
Résultat integer

getValue() public méthode

public getValue ( ) : string
Résultat string