Метод | Описание | |
---|---|---|
exportAction ( string $token ) : |
Exports data for a given token. | |
importAction ( ) : |
Imports token data. | |
panelAction ( string $token ) : |
Renders a profiler panel for the given token. | |
purgeAction ( ) : |
Purges all tokens. | |
searchAction ( ) : |
Narrow the search bar. | |
searchBarAction ( ) : |
Renders the profiler search bar. | |
searchResultsAction ( string $token ) : |
Search results. | |
toolbarAction ( string $token, string $position = null ) : |
Renders the Web Debug Toolbar. |
Метод | Описание | |
---|---|---|
getTemplateName ( $profiler, $panel ) | ||
getTemplateNames ( $profiler ) | ||
getTemplates ( $profiler ) |
public exportAction ( string $token ) : |
||
$token | string | The profiler token |
Результат | A Response instance |
public importAction ( ) : |
||
Результат | A Response instance |
public panelAction ( string $token ) : |
||
$token | string | The profiler token |
Результат | A Response instance |
public purgeAction ( ) : |
||
Результат | A Response instance |
public searchAction ( ) : |
||
Результат | A Response instance |
public searchBarAction ( ) : |
||
Результат | A Response instance |
public searchResultsAction ( string $token ) : |
||
$token | string | The token |
Результат | A Response instance |
public toolbarAction ( string $token, string $position = null ) : |
||
$token | string | The profiler token |
$position | string | The toolbar position (bottom, normal, or null -- automatically guessed) |
Результат | A Response instance |