SLP® phpDocs

SLP_Experience_Admin_Settings extends SLPlus_BaseClass_Object
in package

Class SLP_Experience_Admin_UXSettings

Table of Contents

Properties

$addon  : object
$myslp  : MySLP
$slplus  : SLPlus
$uses_myslp  : bool
$slug  : mixed
$uses_slplus  : mixed
$class_prefix  : mixed
$group_params  : mixed
$Settings  : mixed

Methods

__construct()  : mixed
__get()  : SLPlus_BaseClass_Object
__isset()  : bool
extend_radius_behavior_description()  : string
Extend the SLP base plugin radius behavior description text.
extend_radius_behavior_selections()  : array<string|int, mixed>
Extend the SLP base plugin radius behavior selections.
get_instance()  : static
Return an instance of the object which is also registered to the slplus global less the SLP_ part.
get_search_element_selector_options()  : array<string|int, mixed>
initialize()  : mixed
Things we do at the start.
modify_tab()  : mixed
Modify entries on the tab.
set_properties()  : mixed
Set our properties.
modify_map()  : mixed
Map
modify_map_functionality()  : mixed
Map / Functionality
modify_results()  : mixed
Results
modify_results_functionality()  : mixed
Add Experience / Results / Functionality
modify_results_labels()  : mixed
Experience / Results / Labels
modify_results_startup()  : mixed
Add Experience / Results / Startup
modify_search()  : mixed
Search
modify_search_appearance()  : mixed
Search / Appearance
modify_search_functionality()  : mixed
Search / Functionality
modify_search_labels()  : mixed
Search / Labels
modify_view()  : mixed
View
modify_view_appearance()  : mixed
View / Appearance

Properties

$uses_myslp

public bool $uses_myslp

Set to true to add a $myslp property pointing to global $myslp

Methods

__construct()

public __construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
$options : array<string|int, mixed> = array()

__isset()

public __isset(string $property) : bool
Parameters
$property : string
Return values
bool

extend_radius_behavior_description()

Extend the SLP base plugin radius behavior description text.

public extend_radius_behavior_description(string $description) : string
Parameters
$description : string
Return values
string

extend_radius_behavior_selections()

Extend the SLP base plugin 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
static

get_search_element_selector_options()

public get_search_element_selector_options() : array<string|int, mixed>
Return values
array<string|int, 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()

        
On this page

Search results