PHP Class Wallmander\ElasticsearchIndexer\Controller\Profiler

Author: Mikael Mattsson ([email protected])
Afficher le fichier Open project: wallmanderco/elasticsearch-indexer

Méthodes publiques

Méthode 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 méthode

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

actionShutdown() public static méthode

Dump the collected data.
public static actionShutdown ( )

actionWpEnqueueScripts() public static méthode

Add profiler style.
public static actionWpEnqueueScripts ( )

setup() public static méthode

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