CustomersMenuPage extends AbstractMenuPage
in package

Tags
since
4.2.0

Table of Contents

$errors  : array<string|int, mixed>
$capability  : mixed
$menuSlug  : mixed
$menuTitle  : mixed
$name  : mixed
$order  : mixed
$pageTitle  : mixed
$parentMenu  : mixed
$screenId  : mixed
$table  : CustomersListTable
$titleActions  : array<string|int, mixed>
Custom actions that output just after the page heading
$customer  : mixed
$fields  : mixed
$isView  : bool
__construct()  : mixed
addActions()  : mixed
addTitleAction()  : mixed
addTitleActionsScript()  : mixed
controlAccess()  : mixed
createMenu()  : mixed
enqueueAdminScripts()  : mixed
getName()  : mixed
getUrl()  : mixed
isCurrentPage()  : bool
onLoad()  : mixed
render()  : mixed
save()  : mixed
getMenuTitle()  : mixed
getPageTitle()  : mixed

Properties

$errors

public array<string|int, mixed> $errors

$capability

protected mixed $capability

$menuSlug

protected mixed $menuSlug

$menuTitle

protected mixed $menuTitle

$name

protected mixed $name

$order

protected mixed $order

$pageTitle

protected mixed $pageTitle

$parentMenu

protected mixed $parentMenu

$screenId

protected mixed $screenId

$table

protected CustomersListTable $table

$titleActions

Custom actions that output just after the page heading

protected array<string|int, mixed> $titleActions = array()

$customer

private mixed $customer

$fields

private mixed $fields = array()

$isView

private bool $isView

Methods

__construct()

public __construct(mixed $name[, mixed $atts = array() ]) : mixed
Parameters
$name : mixed
$atts : mixed = array()
Return values
mixed

addActions()

public addActions() : mixed
Return values
mixed

addTitleAction()

public addTitleAction(mixed $label, mixed $url[, mixed $options = array() ]) : mixed
Parameters
$label : mixed
$url : mixed
$options : mixed = array()
Return values
mixed

addTitleActionsScript()

public addTitleActionsScript() : mixed
Return values
mixed

controlAccess()

public controlAccess() : mixed
Return values
mixed

createMenu()

public createMenu() : mixed
Return values
mixed

enqueueAdminScripts()

public enqueueAdminScripts() : mixed
Return values
mixed

getName()

public getName() : mixed
Return values
mixed

getUrl()

public getUrl([mixed $additionalArgs = array() ]) : mixed
Parameters
$additionalArgs : mixed = array()
Return values
mixed

isCurrentPage()

public isCurrentPage([array<string|int, mixed> $atts = array() ]) : bool
Parameters
$atts : array<string|int, mixed> = array()
Tags
note

use function after admin_init hook (current_screen for ex.)

Return values
bool

onLoad()

public onLoad() : mixed
Return values
mixed

render()

public render() : mixed
Return values
mixed

save()

public save() : mixed
Return values
mixed

getMenuTitle()

protected getMenuTitle() : mixed
Return values
mixed

getPageTitle()

protected getPageTitle() : mixed
Return values
mixed

Search results