Jamm\Tester\DebugTracer::setTraceMaxDepth PHP Method

setTraceMaxDepth() public method

public setTraceMaxDepth ( $trace_max_depth = 4 )
    public function setTraceMaxDepth($trace_max_depth = 4)
    {
        $this->trace_max_depth = $trace_max_depth;
    }