PHP 클래스 Wallmander\ElasticsearchIndexer\Controller\Profiler

저자: Mikael Mattsson ([email protected])
파일 보기 프로젝트 열기: wallmanderco/elasticsearch-indexer

공개 메소드들

메소드 설명
actionAfterFormatArgs ( Query $query, WP_Query $wpQuery ) Save the elasticsearch query.
actionShutdown ( ) Dump the collected data.
actionWpEnqueueScripts ( ) Add profiler style.
setup ( ) Hooked on admin_menu. Adds the menu items to the admin sidebar.

메소드 상세

actionAfterFormatArgs() 공개 정적인 메소드

Save the elasticsearch query.
public static actionAfterFormatArgs ( Query $query, WP_Query $wpQuery )
$query Wallmander\ElasticsearchIndexer\Model\Query
$wpQuery WP_Query

actionShutdown() 공개 정적인 메소드

Dump the collected data.
public static actionShutdown ( )

actionWpEnqueueScripts() 공개 정적인 메소드

Add profiler style.
public static actionWpEnqueueScripts ( )

setup() 공개 정적인 메소드

Hooked on admin_menu. Adds the menu items to the admin sidebar.
public static setup ( )