SyncLogsListTable extends WP_List_Table
in package

Table of Contents

$logsRender  : mixed
$queueId  : int
__construct()  : mixed
column_message()  : mixed
column_status()  : mixed
get_columns()  : mixed
get_plural()  : mixed
prepare_items()  : mixed
This method will usually be used to query the database, sort and filter the data, and generally get it ready to be displayed. At a minimum, we should set $this->items and $this->set_pagination_args().
get_table_classes()  : mixed
query_items()  : mixed

Properties

$logsRender

protected mixed $logsRender

$queueId

protected int $queueId = 0

Methods

__construct()

public __construct() : mixed
Return values
mixed

column_message()

public column_message(mixed $item) : mixed
Parameters
$item : mixed
Return values
mixed

column_status()

public column_status(mixed $item) : mixed
Parameters
$item : mixed
Return values
mixed

get_columns()

public get_columns() : mixed
Return values
mixed

get_plural()

public get_plural() : mixed
Return values
mixed

prepare_items()

This method will usually be used to query the database, sort and filter the data, and generally get it ready to be displayed. At a minimum, we should set $this->items and $this->set_pagination_args().

public prepare_items() : mixed
Return values
mixed

get_table_classes()

protected get_table_classes() : mixed
Return values
mixed

query_items()

protected query_items() : mixed
Return values
mixed

Search results