Symfony\Component\VarDumper\Dumper\HtmlDumper::leaveHash PHP Method

leaveHash() public method

public leaveHash ( Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild, $cut )
$cursor Symfony\Component\VarDumper\Cloner\Cursor
    public function leaveHash(Cursor $cursor, $type, $class, $hasChild, $cut)
    {
        $this->dumpEllipsis($cursor, $hasChild, $cut);
        if ($hasChild) {
            $this->line .= '</samp>';
        }
        parent::leaveHash($cursor, $type, $class, $hasChild, 0);
    }