Prado\Util\TFirebugLogRoute::renderFooter PHP Method

renderFooter() protected method

protected renderFooter ( )
    protected function renderFooter()
    {
        $string = <<<EOD

}
</script>

EOD;
        return $string;
    }