debug::showDepth PHP Method

showDepth() public method

Return the depth indicator string
public showDepth ( ) : str
return str
    public function showDepth()
    {
        return str_repeat('|', $this->depth);
    }