PHP 인터페이스 Tolerance\Tracer\SpanStack\SpanStack

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

공개 메소드들

메소드 설명
current ( ) : Span | null Get the current span in the stack.
pop ( ) : Span | null Pop a span from the stack.
push ( Span $span ) : Span Push a span in the stack.

메소드 상세

current() 공개 메소드

Get the current span in the stack.
public current ( ) : Span | null
리턴 Tolerance\Tracer\Span\Span | null

pop() 공개 메소드

Pop a span from the stack.
public pop ( ) : Span | null
리턴 Tolerance\Tracer\Span\Span | null

push() 공개 메소드

Push a span in the stack.
public push ( Span $span ) : Span
$span Tolerance\Tracer\Span\Span
리턴 Tolerance\Tracer\Span\Span