SLP_Premier_Admin_Experience
extends SLPlus_BaseClass_Object
in package
Class SLP_Premier_Admin_Experience
Table of Contents
Properties
- $addon : mixed
- $Admin_Experience_Text : SLP_Premier_Text_Admin_Experience
- $myslp : MySLP
- $slplus : SLPlus
- $uses_myslp : bool
- $uses_slplus : bool
- $class_prefix : mixed
- $slug : mixed
- $group_params : mixed
- $Settings : mixed
Methods
- __construct() : mixed
- __get() : SLPlus_BaseClass_Object
- __isset() : bool
- extend_radius_behavior_description() : string
- Extend Radius Behavior Selections
- extend_radius_behavior_selections() : array<string|int, mixed>
- Extend Radius Behavior Selections
- get_instance() : static
- Return an instance of the object which is also registered to the slplus global less the SLP_ part.
- initialize() : mixed
- Instantiate the admin experience object.
- modify_tab() : mixed
- Modify entries on the tab.
- set_properties() : mixed
- Set our properties.
- create_map_center_div() : mixed
- Create the boundaries influence description.
- create_string_boundaries_influence() : mixed
- Create the boundaries influence description.
- modify_map() : mixed
- Map
- modify_results() : mixed
- Results
- modify_search() : mixed
- Search
Properties
$addon
public
mixed
$addon
$Admin_Experience_Text
public
SLP_Premier_Text_Admin_Experience
$Admin_Experience_Text
$myslp
public
MySLP
$myslp
$slplus
public
SLPlus
$slplus
$uses_myslp
public
bool
$uses_myslp
Set to true to add a $myslp property pointing to global $myslp
$uses_slplus
public
bool
$uses_slplus
Set to true (default) if the object needs access to the SLPlus plugin object.
$class_prefix
protected
mixed
$class_prefix
= 'SLP_Premier_'
$slug
protected
mixed
$slug
$group_params
private
mixed
$group_params
$Settings
private
mixed
$Settings
Methods
__construct()
public
__construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
__get()
public
__get(string $property) : SLPlus_BaseClass_Object
Parameters
- $property : string
Return values
SLPlus_BaseClass_Object__isset()
public
__isset(string $property) : bool
Parameters
- $property : string
Return values
boolextend_radius_behavior_description()
Extend Radius Behavior Selections
public
extend_radius_behavior_description(string $description) : string
Parameters
- $description : string
Return values
stringextend_radius_behavior_selections()
Extend Radius Behavior Selections
public
extend_radius_behavior_selections(array<string|int, mixed> $selections) : array<string|int, mixed>
Parameters
- $selections : array<string|int, mixed>
Return values
array<string|int, mixed>get_instance()
Return an instance of the object which is also registered to the slplus global less the SLP_ part.
public
static get_instance([bool $no_global = false ][, mixed $params = array() ]) : static
Parameters
- $no_global : bool = false
-
set to true to skip assigning object to SLP global as a property.
- $params : mixed = array()
-
object init params
Return values
staticinitialize()
Instantiate the admin experience object.
public
initialize() : mixed
modify_tab()
Modify entries on the tab.
public
modify_tab(SLPlus_Settings $Settings) : mixed
Parameters
- $Settings : SLPlus_Settings
set_properties()
Set our properties.
public
set_properties([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
create_map_center_div()
Create the boundaries influence description.
private
create_map_center_div() : mixed
create_string_boundaries_influence()
Create the boundaries influence description.
private
create_string_boundaries_influence() : mixed
modify_map()
Map
private
modify_map() : mixed
modify_results()
Results
private
modify_results() : mixed
modify_search()
Search
private
modify_search() : mixed