PHP Class Nette\Bridges\DITracy\ContainerPanel

Inheritance: implements Tracy\IBarPanel, use trait Nette\SmartObject
显示文件 Open project: nette/di Class Usage Examples

Public Properties

Property Type Description
$compilationTime integer

Public Methods

Method Description
__construct ( Container $container )
getPanel ( ) : string Renders panel.
getTab ( ) : string Renders tab.

Private Methods

Method Description
getContainerProperty ( $name )

Method Details

__construct() public method

public __construct ( Container $container )
$container Nette\DI\Container

getPanel() public method

Renders panel.
public getPanel ( ) : string
return string

getTab() public method

Renders tab.
public getTab ( ) : string
return string

Property Details

$compilationTime public_oe static_oe property

public static int $compilationTime
return integer