PHP Класс Rarst\Laps\Laps

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$events
$query_starts
$stopwatch Symfony\Component\Stopwatch\Stopwatch

Открытые методы

Метод Описание
add_events ( array $stops ) Hook events by name and priority from array.
admin_bar_menu ( WP_Admin_Bar $wp_admin_bar ) Render interface and add to the toolbar.
after_setup_theme ( ) When theme is done possibly add vendor-specific events.
enqueue_scripts ( )
http_api_debug ( array | WP_Error $response, string $type, object $class, array $args, string $url ) : mixed Capture end time of HTTP request
init ( )
on_load ( ) Start Stopwatch and timing plugin load immediately, then set up core events and needed hooks.
pre_http_request ( boolean $false, array $args, string $url ) : boolean Capture start time of HTTP request
pre_update_option_active_plugins ( array $plugins ) : array Reorder active plugins so Laps is first and starts timing load early.
query ( string $query ) : string Capture SQL queries start times
tick ( mixed $input = null ) : mixed Mark action for the event on Stopwatch.

Описание методов

add_events() публичный статический Метод

Hook events by name and priority from array.
public static add_events ( array $stops )
$stops array

admin_bar_menu() публичный статический Метод

Render interface and add to the toolbar.
public static admin_bar_menu ( WP_Admin_Bar $wp_admin_bar )
$wp_admin_bar WP_Admin_Bar

after_setup_theme() публичный статический Метод

When theme is done possibly add vendor-specific events.
public static after_setup_theme ( )

enqueue_scripts() публичный статический Метод

public static enqueue_scripts ( )

http_api_debug() публичный статический Метод

Capture end time of HTTP request
public static http_api_debug ( array | WP_Error $response, string $type, object $class, array $args, string $url ) : mixed
$response array | WP_Error
$type string
$class object
$args array
$url string
Результат mixed

init() публичный статический Метод

public static init ( )

on_load() публичный статический Метод

Start Stopwatch and timing plugin load immediately, then set up core events and needed hooks.
public static on_load ( )

pre_http_request() публичный статический Метод

Capture start time of HTTP request
public static pre_http_request ( boolean $false, array $args, string $url ) : boolean
$false boolean
$args array
$url string
Результат boolean

pre_update_option_active_plugins() публичный статический Метод

Reorder active plugins so Laps is first and starts timing load early.
public static pre_update_option_active_plugins ( array $plugins ) : array
$plugins array
Результат array

query() публичный статический Метод

Capture SQL queries start times
public static query ( string $query ) : string
$query string
Результат string

tick() публичный статический Метод

Mark action for the event on Stopwatch.
public static tick ( mixed $input = null ) : mixed
$input mixed pass through if added to filter
Результат mixed

Описание свойств

$events публичное статическое свойство

public static $events

$query_starts публичное статическое свойство

public static $query_starts

$stopwatch публичное статическое свойство

public static Stopwatch,Symfony\Component\Stopwatch $stopwatch
Результат Symfony\Component\Stopwatch\Stopwatch