PHP 클래스 Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController

저자: Fabien Potencier ([email protected])
상속: extends Symfony\Component\DependencyInjection\ContainerAware
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
exportAction ( string $token ) : Response Exports data for a given token.
importAction ( ) : Response Imports token data.
panelAction ( string $token ) : Response Renders a profiler panel for the given token.
purgeAction ( ) : Response Purges all tokens.
searchAction ( ) : Response Narrow the search bar.
searchBarAction ( ) : Response Renders the profiler search bar.
searchResultsAction ( string $token ) : Response Search results.
toolbarAction ( string $token, string $position = null ) : Response Renders the Web Debug Toolbar.

보호된 메소드들

메소드 설명
getTemplateName ( $profiler, $panel )
getTemplateNames ( $profiler )
getTemplates ( $profiler )

메소드 상세

exportAction() 공개 메소드

Exports data for a given token.
public exportAction ( string $token ) : Response
$token string The profiler token
리턴 Symfony\Component\HttpFoundation\Response A Response instance

getTemplateName() 보호된 메소드

protected getTemplateName ( $profiler, $panel )

getTemplateNames() 보호된 메소드

protected getTemplateNames ( $profiler )

getTemplates() 보호된 메소드

protected getTemplates ( $profiler )

importAction() 공개 메소드

Imports token data.
public importAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response A Response instance

panelAction() 공개 메소드

Renders a profiler panel for the given token.
public panelAction ( string $token ) : Response
$token string The profiler token
리턴 Symfony\Component\HttpFoundation\Response A Response instance

purgeAction() 공개 메소드

Purges all tokens.
public purgeAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response A Response instance

searchAction() 공개 메소드

Narrow the search bar.
public searchAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response A Response instance

searchBarAction() 공개 메소드

Renders the profiler search bar.
public searchBarAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response A Response instance

searchResultsAction() 공개 메소드

Search results.
public searchResultsAction ( string $token ) : Response
$token string The token
리턴 Symfony\Component\HttpFoundation\Response A Response instance

toolbarAction() 공개 메소드

Renders the Web Debug Toolbar.
public toolbarAction ( string $token, string $position = null ) : Response
$token string The profiler token
$position string The toolbar position (bottom, normal, or null -- automatically guessed)
리턴 Symfony\Component\HttpFoundation\Response A Response instance