ApiKeysScreenOption
in package
Table of Contents
- SCREEN_OPTION = ['default' => 10, 'option' => self::SCREEN_OPTION_NAME]
- SCREEN_OPTION_NAME = 'mphb_api_keys_per_page'
- SUBTAB = ''
- TAB = 'advanced'
- __construct() : mixed
- screenOption() : mixed
- Show screen option.
- setScreenOption() : mixed
- Save screen options on update.
- showScreenOption() : mixed
- Add screen option.
Constants
SCREEN_OPTION
public
mixed
SCREEN_OPTION
= ['default' => 10, 'option' => self::SCREEN_OPTION_NAME]
SCREEN_OPTION_NAME
public
mixed
SCREEN_OPTION_NAME
= 'mphb_api_keys_per_page'
SUBTAB
public
mixed
SUBTAB
= ''
TAB
public
mixed
TAB
= 'advanced'
Methods
__construct()
public
__construct() : mixed
Return values
mixed —screenOption()
Show screen option.
public
screenOption() : mixed
Return values
mixed —setScreenOption()
Save screen options on update.
public
setScreenOption(bool|int $status, string $option, int $value) : mixed
Parameters
- $status : bool|int
-
Screen option value. Default false to skip.
- $option : string
-
The option name.
- $value : int
-
The number of rows to use.
Return values
mixed —showScreenOption()
Add screen option.
public
showScreenOption() : mixed