PHP Class Drahak\Restful\Diagnostics\ResourceRouterPanel

Author: Drahomír Hanák
Inheritance: extends Nette\Object, implements Tracy\IBarPanel
Afficher le fichier Open project: drahak/restful

Méthodes publiques

Méthode Description
__construct ( $secretKey, $requestTimeKey, Nette\Application\IRouter $router )
getPanel ( ) : string Renders HTML code for custom panel.
getTab ( ) : string Renders HTML code for custom tab.

Private Methods

Méthode Description
getResourceRoutes ( $routeList ) : array

Method Details

__construct() public méthode

public __construct ( $secretKey, $requestTimeKey, Nette\Application\IRouter $router )
$router Nette\Application\IRouter

getPanel() public méthode

Renders HTML code for custom panel.
public getPanel ( ) : string
Résultat string

getTab() public méthode

Renders HTML code for custom tab.
public getTab ( ) : string
Résultat string