mirror of
https://github.com/dg/dibi.git
synced 2025-09-03 11:02:35 +02:00
now compatible with Debug / NDebug / Nette\Debug
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Nette Framework
|
||||
*
|
||||
* @copyright Copyright (c) 2004, 2010 David Grudl
|
||||
* @license http://nette.org/license Nette license
|
||||
* @link http://nette.org
|
||||
* @category Nette
|
||||
* @package Nette
|
||||
*/
|
||||
|
||||
/*namespace Nette;*/
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Custom output for Nette\Debug.
|
||||
*
|
||||
* @copyright Copyright (c) 2004, 2010 David Grudl
|
||||
* @package Nette
|
||||
*/
|
||||
interface IDebugPanel
|
||||
{
|
||||
|
||||
/**
|
||||
* Renders HTML code for custom tab.
|
||||
* @return void
|
||||
*/
|
||||
function getTab();
|
||||
|
||||
/**
|
||||
* Renders HTML code for custom panel.
|
||||
* @return void
|
||||
*/
|
||||
function getPanel();
|
||||
|
||||
/**
|
||||
* Returns panel ID.
|
||||
* @return string
|
||||
*/
|
||||
function getId();
|
||||
|
||||
}
|
Reference in New Issue
Block a user