Nette\Bridges\DITracy\ContainerPanel::getTab PHP 메소드

getTab() 공개 메소드

Renders tab.
public getTab ( ) : string
리턴 string
    public function getTab()
    {
        ob_start(function () {
        });
        $elapsedTime = $this->elapsedTime;
        require __DIR__ . '/templates/ContainerPanel.tab.phtml';
        return ob_get_clean();
    }