Action_Scheduler_Page
final class Action_Scheduler_Page extends Management_Page
The options page configuration for general settings regarding the modules included in this plugin.
Properties
| static protected Singleton[] | $_instances | from Singleton |
Methods
Construct the parent model. Make sure to call after global $submenu is defined.
Maybe initialize singleton instance and return the instance.
A short one-liner tool to get a ReflectionClass so we can get runtime info for the static class instance and not this abstract.
No description
No description
No description
No description
The inherited function from the abstract returning the submenu ID.
Return the Sections associated with this Settings Page.
Required inherited function to render the Page.
Details
at line 43
final
__construct()
Construct the parent model. Make sure to call after global $submenu is defined.
in
Singleton at line 42
final static Singleton
instance(mixed $args = null)
Maybe initialize singleton instance and return the instance.
in
Singleton at line 63
final static array
get_instances()
Return a copy of the instances array.
in
Singleton at line 72
final protected ReflectionClass
get_class_reflection()
A short one-liner tool to get a ReflectionClass so we can get runtime info for the static class instance and not this abstract.
in
Management_Page at line 44
final static protected
add_menu_item()
The inherited, abstract menu item function.
at line 29
final static string
page_option_group()
No description
at line 32
final static string
page_title()
No description
at line 35
final static string
menu_title()
No description
at line 38
final static string
page_capability()
No description
in
Management_Page at line 32
final static string
submenu_id()
The inherited function from the abstract returning the submenu ID.
in
Page at line 73
final static Settings_Section[]
get_sections()
Return the Sections associated with this Settings Page.
in
Page at line 92
final static bool
menu_item_exists()
See if the Settings Page exists in the WP global $submenu.
at line 52
final static
render()
Required inherited function to render the Page.