CodeExplorer shouldPreRender example
$output .= '</ul>';
} return $output.'</dd>';
} public function preRender(): string
{ $output = '';
if ($this->
shouldPreRender()) { foreach (self::
$pre_render_sources as $type =>
$values) { $contents = '';
foreach ($values as $v) { $contents .= \
call_user_func($v,
$this);
} if (!\
strlen($contents)) { continue;
} switch ($type) {