SLP_Experience_Options
extends SLP_AddOn_Options
in package
SmartOptions for the Experience add on.
Table of Contents
Properties
- $addon : object
- $initialized : bool
- $myslp : MySLP
- $our_options : array<string|int, string>
- $slplus : SLPlus
- $uses_myslp : bool
- $uses_slplus : bool
- $slug : mixed
Methods
- __construct() : mixed
- __get() : SLPlus_BaseClass_Object
- __isset() : bool
- get_instance() : static
- Return an instance of the object which is also registered to the slplus global less the SLP_ part.
- initialize() : mixed
- Things we do at the start.
- set_properties() : mixed
- Set our properties.
- attach_to_slp() : mixed
- Go and create the smart options.
- create_options() : mixed
- Create our options.
- general_ui_url_controls() : mixed
- General / User Interface / URL Controls
- map_appearance() : mixed
- Settings | Map | Appearance
- map_startup() : mixed
- Settings | Map | Startup
- results_appearance() : mixed
- Settings | Results | appearance
- results_interaction() : mixed
- Settings | Results | Interaction
- results_labels() : mixed
- Results / Labels
- search_appearance() : mixed
- Search / Appearance
- search_functionality() : mixed
- Search / Functionality
- search_labels() : mixed
- Search / Labels
Properties
$addon
public
object
$addon
$initialized read-only
public
bool
$initialized
Have our options been initialized
$myslp
public
MySLP
$myslp
$our_options
public
array<string|int, string>
$our_options
The slugs for options that this add on manipulates
$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.
$slug
protected
mixed
$slug
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
boolget_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()
Things we do at the start.
public
initialize() : mixed
set_properties()
Set our properties.
public
set_properties([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
attach_to_slp()
Go and create the smart options.
protected
attach_to_slp(array<string|int, mixed> $these_options[, array<string|int, mixed> $defaults = array() ]) : mixed
Parameters
- $these_options : array<string|int, mixed>
- $defaults : array<string|int, mixed> = array()
create_options()
Create our options.
protected
create_options() : mixed
general_ui_url_controls()
General / User Interface / URL Controls
private
general_ui_url_controls() : mixed
map_appearance()
Settings | Map | Appearance
private
map_appearance() : mixed
map_startup()
Settings | Map | Startup
private
map_startup() : mixed
results_appearance()
Settings | Results | appearance
private
results_appearance() : mixed
results_interaction()
Settings | Results | Interaction
private
results_interaction() : mixed
results_labels()
Results / Labels
private
results_labels() : mixed
search_appearance()
Search / Appearance
private
search_appearance() : mixed
search_functionality()
Search / Functionality
private
search_functionality() : mixed
search_labels()
Search / Labels
private
search_labels() : mixed