PHP 클래스 Tolerance\Tracer\Span\BinaryAnnotation

파일 보기 프로젝트 열기: sroze/tolerance 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $key, string $value, integer $type, Endpoint $host = null )
getHost ( ) : null | Endpoint
getKey ( ) : string
getType ( ) : integer
getValue ( ) : string

메소드 상세

__construct() 공개 메소드

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

getHost() 공개 메소드

public getHost ( ) : null | Endpoint
리턴 null | Endpoint

getKey() 공개 메소드

public getKey ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : integer
리턴 integer

getValue() 공개 메소드

public getValue ( ) : string
리턴 string