debug::showDepth PHP Méthode

showDepth() public méthode

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