debug::showDepth PHP Метод

showDepth() публичный Метод

Return the depth indicator string
public showDepth ( ) : str
Результат str
    public function showDepth()
    {
        return str_repeat('|', $this->depth);
    }