Table_Generator implements Registerable
This class handles the registration of the table generator library.
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- $plugin : Plugin
- Instance of the plugin.
- __construct() : mixed
- Get things started.
- change_table_settings() : array<string|int, mixed>
- Change table settings.
- init() : void
- Init the table generator library.
- register() : void
- Hook into WP.
Properties
$plugin
Instance of the plugin.
protected
Plugin
$plugin
Tags
Methods
__construct()
Get things started.
public
__construct(Plugin $plugin) : mixed
Parameters
- $plugin : Plugin
Tags
Return values
mixed —change_table_settings()
Change table settings.
public
change_table_settings(mixed $submitted_settings, mixed $table_id) : array<string|int, mixed>
Parameters
- $submitted_settings : mixed
- $table_id : mixed
Tags
Return values
array<string|int, mixed> —init()
Init the table generator library.
public
init() : void
Tags
Return values
void —register()
Hook into WP.
public
register() : void