RoomsGeneratorMenuPage
extends AbstractMenuPage
in package
Table of Contents
- NONCE_ACTION_GENERATE = 'mphb-generate-rooms'
- NONCE_NAME = 'mphb-generate-rooms-nonce'
- $capability : mixed
- $menuSlug : mixed
- $menuTitle : mixed
- $name : mixed
- $order : mixed
- $pageTitle : mixed
- $parentMenu : mixed
- $screenId : mixed
- $titleActions : array<string|int, mixed>
- Custom actions that output just after the page heading
- $nonceAction : mixed
- $nonceName : mixed
- __construct() : mixed
- addActions() : mixed
- addTitleAction() : mixed
- addTitleActionsScript() : mixed
- checkSaveNonce() : mixed
- createMenu() : mixed
- getName() : mixed
- getUrl() : mixed
- isCurrentPage() : bool
- onLoad() : mixed
- render() : mixed
- save() : mixed
- showNotices() : mixed
- getMenuTitle() : mixed
- getPageTitle() : mixed
Constants
NONCE_ACTION_GENERATE
public
mixed
NONCE_ACTION_GENERATE
= 'mphb-generate-rooms'
NONCE_NAME
public
mixed
NONCE_NAME
= 'mphb-generate-rooms-nonce'
Properties
$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
$titleActions
Custom actions that output just after the page heading
protected
array<string|int, mixed>
$titleActions
= array()
$nonceAction
private
mixed
$nonceAction
$nonceName
private
mixed
$nonceName
Methods
__construct()
public
__construct() : mixed
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 —checkSaveNonce()
public
checkSaveNonce() : mixed
Return values
mixed —createMenu()
public
createMenu() : 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
Return values
bool —onLoad()
public
onLoad() : mixed
Return values
mixed —render()
public
render() : mixed
Return values
mixed —save()
public
save() : mixed
Return values
mixed —showNotices()
public
showNotices() : mixed
Return values
mixed —getMenuTitle()
protected
getMenuTitle() : mixed
Return values
mixed —getPageTitle()
protected
getPageTitle() : mixed