PHP Class Wallmander\ElasticsearchIndexer\Controller\Profiler

Author: Mikael Mattsson ([email protected])
ファイルを表示 Open project: wallmanderco/elasticsearch-indexer

Public Methods

Method Description
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.

Method Details

actionAfterFormatArgs() public static method

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

actionShutdown() public static method

Dump the collected data.
public static actionShutdown ( )

actionWpEnqueueScripts() public static method

Add profiler style.
public static actionWpEnqueueScripts ( )

setup() public static method

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