\MainWP\DashboardMainWP_Connect_Lib

Class MainWP_Connect_Lib

Summary

Methods
Properties
Constants
instance()
get_class_name()
__construct()
create_connect_keys()
connect_sign()
is_use_fallback_sec_lib()
get_connection_algo_settings_note()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$instance
N/A

Properties

$instance

$instance : mixed

Private static variable to hold the single instance of the class.

Type

mixed — Default null

Methods

instance()

instance() : \MainWP\Dashboard\Instance

Method instance()

Create a public static instance.

Returns

\MainWP\Dashboard\Instance —

class.

get_class_name()

get_class_name() : object

Method get_class_name()

Get Class Name.

Returns

object —

Class name.

__construct()

__construct() 

Class constructor.

Run each time the class is called.

create_connect_keys()

create_connect_keys() 

Method create_connect_keys()

Create connect keys.

connect_sign()

connect_sign(mixed  $data, mixed  $signature, mixed  $privkey) 

Method connect_sign()

Sign to connect.

Parameters

mixed $data

The data.

mixed $signature

The signature.

mixed $privkey

The privkey.

is_use_fallback_sec_lib()

is_use_fallback_sec_lib(mixed  $website) 

Method is_use_fallback_sec_lib()

Use php connect lib or not.

Parameters

mixed $website

The website.

get_connection_algo_settings_note()

get_connection_algo_settings_note() 

Method get_connection_algo_settings_note()

Get connection settings note.