$out .= ' class="kint-parent';
if ($this->
getExpand()) { $out .= ' kint-show';
} $out .= '"';
} $out .= '>';
if (self::
$access_paths &&
$o->depth > 0
&& ($ap =
$o->
getAccessPath())) { $out .= '<span class="kint-access-path-trigger" title="Show access path">⇄</span>';
} if ($has_children) { $out .= '<span class="kint-popup-trigger" title="Open in new window">⧉</span>';
if (0 ===
$o->depth
) { $out .= '<span class="kint-search-trigger" title="Show search box">⌕</span>';
$out .= '<input type="text" class="kint-search" value="">';
}