Path : /srv/www/vhosts/pk-dane/kliminvest/vendor/tracy/tracy/src/Tracy/ |
Current File : /srv/www/vhosts/pk-dane/kliminvest/vendor/tracy/tracy/src/Tracy/IBarPanel.php |
<?php /** * This file is part of the Tracy (http://tracy.nette.org) * Copyright (c) 2004 David Grudl (http://davidgrudl.com) */ namespace Tracy; use Tracy; /** * Custom output for Debugger. * * @author David Grudl */ interface IBarPanel { /** * Renders HTML code for custom tab. * @return string */ function getTab(); /** * Renders HTML code for custom panel. * @return string */ function getPanel(); }