Jamm\Tester\DebugTracer::setTraceStartDepth PHP Method

setTraceStartDepth() public method

public setTraceStartDepth ( $trace_start_depth = 4 )
    public function setTraceStartDepth($trace_start_depth = 4)
    {
        $this->trace_start_depth = $trace_start_depth;
    }